Skip to content

Commit a9ccc8d

Browse files
ruffed
1 parent 47ccb8d commit a9ccc8d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/test_applets/test_applet_technologies.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import asyncio
2-
31
from tests.test_applets.base import BaseAppletTest
42

53

tests/test_cli/test_cli_technologyctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from time import sleep
44

55
from bbot_server.modules.technologies.technology_models import Technology
6-
from tests.conftest import BBCTL_COMMAND, INGEST_PROCESSING_DELAY, BBOT_SERVER_TEST_DIR
6+
from tests.conftest import BBCTL_COMMAND, INGEST_PROCESSING_DELAY
77

88

99
def test_cli_technologyctl(bbot_server_http, bbot_watchdog, bbot_out_file):

0 commit comments

Comments
 (0)