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 27, 2017
1 parent 6c2648c commit c24c155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion miflora/backends/gatttool.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import logging
import re
from subprocess import Popen, PIPE, TimeoutExpired, signal, call
from miflora.backends import AbstractBackend, BluetoothBackendException
from miflora.backends import AbstractBackend
import time

_LOGGER = logging.getLogger(__name__)
Expand Down
1 change: 0 additions & 1 deletion test/unit_tests/test_gatttool.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import unittest
from unittest import mock
from miflora.backends.gatttool import GatttoolBackend
from miflora.backends import BluetoothBackendException
from test import TEST_MAC


Expand Down

0 comments on commit c24c155

Please sign in to comment.