Skip to content

Commit

Permalink
chore: Fix format (apify#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar authored Dec 11, 2024
1 parent 1ee4623 commit 7aa45b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/basic_crawler/test_basic_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import asyncio
import json
import logging
import os
from collections import Counter
from dataclasses import dataclass
from datetime import timedelta
import os
from pathlib import Path
from typing import TYPE_CHECKING, Any
from unittest.mock import AsyncMock, Mock
Expand Down

0 comments on commit 7aa45b3

Please sign in to comment.