Skip to content

Commit

Permalink
[app][rfct] re-order import
Browse files Browse the repository at this point in the history
  • Loading branch information
M3ssman committed Apr 27, 2024
1 parent b6f11f0 commit 984a35f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
from concurrent.futures import ProcessPoolExecutor, as_completed
from pathlib import Path
from urllib import request
from urllib.error import URLError
from argparse import ArgumentParser
import logging
from urllib.error import (
URLError,
)
from typing import Callable, Dict


Expand Down

0 comments on commit 984a35f

Please sign in to comment.