Skip to content

Commit 8ce7648

Browse files
committed
fixing lint issues
1 parent c6b7c5e commit 8ce7648

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/unit/project/test_storage.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
)
1111
from nodestream.project.storage import StorageConfiguration, StoreConfiguration
1212
from unittest.mock import Mock
13-
from hamcrest import assert_that, instance_of
1413
from nodestream.file_io import LazyLoadedArgument
15-
from nodestream.pipeline.object_storage import SignedObjectStore, DirectoryObjectStore
16-
1714

1815
@pytest.fixture
1916
def store_config_data():

0 commit comments

Comments
 (0)