Quellcode durchsuchen

Removes unused module

Ask Solem vor 8 Jahren
Ursprung
Commit
7f5646ab2e
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  1. 0 6
      t/integration/app.py

+ 0 - 6
t/integration/app.py

@@ -1,6 +0,0 @@
-from __future__ import absolute_import, unicode_literals
-
-from cyanide.app import app
-from cyanide import tasks
-
-__all__ = ['app', 'tasks']