Browse Source

Removes unused module

Ask Solem 8 years ago
parent
commit
7f5646ab2e
1 changed files with 0 additions and 6 deletions
  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']