Skip to content

Commit 7aa45b3

Browse files
authored
chore: Fix format (#803)
1 parent 1ee4623 commit 7aa45b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/basic_crawler/test_basic_crawler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
import asyncio
55
import json
66
import logging
7+
import os
78
from collections import Counter
89
from dataclasses import dataclass
910
from datetime import timedelta
10-
import os
1111
from pathlib import Path
1212
from typing import TYPE_CHECKING, Any
1313
from unittest.mock import AsyncMock, Mock

0 commit comments

Comments
 (0)