Skip to content

Commit

Permalink
Flake8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sontek committed Dec 28, 2014
1 parent 951b7c1 commit dc739e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pyramid_celery/__init__.py
@@ -1,6 +1,5 @@
from celery import Celery
from celery import signals
from celery.bin import Option
from optparse import make_option
from pyramid.paster import bootstrap
from pyramid_celery.loaders import INILoader
Expand Down
1 change: 1 addition & 0 deletions tests/test_celery.py
Expand Up @@ -88,6 +88,7 @@ def test_celery_imports():
'otherapp.tasks'
]


@pytest.mark.unit
def test_preload_with_ini_vars():
from pyramid_celery import on_preload_parsed
Expand Down

0 comments on commit dc739e7

Please sign in to comment.