Skip to content

Commit

Permalink
Removed extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
emxsys committed Aug 19, 2020
1 parent 1b4d968 commit 8892dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/test_blacklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
import pytest

from src.callattendant import make_config
from src.screening.blacklist import Blacklist
from src.screening.query_db import query_db
from src.screening.query_db import query_db
from src.screening.blacklist import Blacklist

@pytest.fixture(scope='module')
def blacklist():
Expand Down
3 changes: 1 addition & 2 deletions tests/test_whitelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
import pytest

from src.callattendant import make_config
from src.screening.whitelist import Whitelist
from src.screening.query_db import query_db
from src.screening.query_db import query_db
from src.screening.whitelist import Whitelist

@pytest.fixture(scope='module')
def whitelist():
Expand Down

0 comments on commit 8892dde

Please sign in to comment.