Skip to content

Commit

Permalink
Removed spurious imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Veldhoen committed May 6, 2024
1 parent a240ffe commit fdb71a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions io_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import time
from typing import Dict, List, Optional
from urllib.parse import urlparse

from dane import Document
from dane.config import cfg
from dane.provenance import PROVENANCE_FILE, Provenance
from dane.s3_util import S3Store, parse_s3_uri, validate_s3_uri
Expand Down
1 change: 0 additions & 1 deletion worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from dane.provenance import Provenance
from models import CallbackResponse
from io_util import (
get_dane_download_worker_provenance,
get_source_id,
get_s3_output_file_uri,
)
Expand Down

0 comments on commit fdb71a3

Please sign in to comment.