Skip to content

Commit

Permalink
Sort wacz.py imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley van Lee committed Oct 15, 2024
1 parent f20de0b commit f2ee4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapy_webarchive/wacz.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import zipfile
from collections import defaultdict
from typing import IO, Generator, List, Union, Dict
from typing import IO, Dict, Generator, List, Union

from warc import WARCReader as BaseWARCReader
from warc.warc import WARCRecord
Expand Down

0 comments on commit f2ee4a2

Please sign in to comment.