Skip to content

Commit

Permalink
tests: cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Sep 21, 2024
1 parent 26a33f9 commit 9d009f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions tests/unit/test_config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import json
from pathlib import Path
from shutil import copy, rmtree
from unittest import TestCase
from shutil import copy

from tinyticker import config

Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_sequence.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
from unittest import IsolatedAsyncioTestCase

from tinyticker import config
Expand Down

0 comments on commit 9d009f9

Please sign in to comment.