Ask Solem 9 năm trước cách đây
mục cha
commit
b67090aad1
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      celery/static/__init__.py

+ 0 - 3
celery/static/__init__.py

@@ -16,6 +16,3 @@ def logo():
 def logo_as_base64():
     with codecs.open(logo(), mode='rb') as fh:
         return base64.b64encode(fh.read())
-
-
-