diff --git a/skynet_bot/frontend/telegram.py b/skynet_bot/frontend/telegram.py index cc217f8..211cc48 100644 --- a/skynet_bot/frontend/telegram.py +++ b/skynet_bot/frontend/telegram.py @@ -3,7 +3,6 @@ import logging from datetime import datetime -from functools import partial import pynng diff --git a/tests/conftest.py b/tests/conftest.py index 88d7f76..4157062 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -29,7 +29,6 @@ def postgres_db(dockerctl): with dockerctl.run( 'postgres', - command='postgres', ports={'5432/tcp': None}, environment={ 'POSTGRES_PASSWORD': rpassword