Skip to content

Commit

Permalink
chore: sort
Browse files Browse the repository at this point in the history
  • Loading branch information
HideBa committed Feb 23, 2024
1 parent 34a0fcd commit c1ddd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ahn_cli/fetcher/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from concurrent.futures import ThreadPoolExecutor
from threading import Lock
from urllib.parse import urlparse
from tqdm import tqdm

import requests
from tqdm import tqdm

from ahn_cli.fetcher.geotiles import ahn_subunit_indicies_of_city

Expand Down

0 comments on commit c1ddd36

Please sign in to comment.