Skip to content

Commit

Permalink
final2
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek committed Dec 20, 2024
1 parent 4f0055c commit 4bdf6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/crawlers/_basic/test_basic_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
from crawlee.crawlers import BasicCrawler
from crawlee.errors import SessionError, UserDefinedErrorHandlerError
from crawlee.events._local_event_manager import LocalEventManager
from crawlee.memory_storage_client import MemoryStorageClient
from crawlee.memory_storage_client._dataset_client import DatasetClient
from crawlee.request_loaders import RequestList, RequestManagerTandem
from crawlee.statistics import FinalStatistics
from crawlee.storage_clients import MemoryStorageClient
from crawlee.storage_clients._memory import DatasetClient
from crawlee.storages import Dataset, KeyValueStore, RequestQueue

if TYPE_CHECKING:
Expand Down

0 comments on commit 4bdf6c6

Please sign in to comment.