Ask Solem 8 years ago
parent
commit
b67090aad1
1 changed files with 0 additions and 3 deletions
  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())
-
-
-