Make flake8 ignore imports that flattens the module tree (#211)

This commit is contained in:
Stein Magnus Jodal 2012-10-16 15:42:41 +02:00
parent 3351d0e0d5
commit 7c0d724df8

View File

@ -1,3 +1,4 @@
# flake8: noqa
from .actor import Core
from .current_playlist import CurrentPlaylistController
from .library import LibraryController