Skip to content

Commit 6d17827

Browse files
committed
fix import sorting
1 parent d1c00d1 commit 6d17827

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/fundus/scraping/crawler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
import traceback
1313
from abc import ABC, abstractmethod
1414
from collections import defaultdict
15-
from concurrent.futures import ThreadPoolExecutor
16-
from concurrent.futures import as_completed
15+
from concurrent.futures import ThreadPoolExecutor, as_completed
1716
from datetime import datetime
1817
from functools import lru_cache, partial, wraps
1918
from multiprocessing import Manager

0 commit comments

Comments
 (0)