Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
fixed flake8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKuehnel committed Dec 28, 2017
1 parent 39b4fbe commit 5f21956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miflora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
sys.executable))


from miflora.backends.bluepy import BluepyBackend
from miflora.backends.gatttool import GatttoolBackend
from miflora.backends.bluepy import BluepyBackend # noqa: E402
from miflora.backends.gatttool import GatttoolBackend # noqa: E402
_ALL_BACKENDS = [BluepyBackend, GatttoolBackend]


Expand Down

0 comments on commit 5f21956

Please sign in to comment.