Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Feb 13, 2024
1 parent b550506 commit 61f3709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sec_downloader/sec_edgar_downloader_fork.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from typing import Optional, Union

from sec_downloader.types import FilingMetadata, RequestedFilings, Ticker
from sec_edgar_downloader import Downloader
from sec_edgar_downloader._Downloader import Downloader
from sec_edgar_downloader._constants import (
AMENDS_SUFFIX,
CIK_LENGTH,
Expand Down

0 comments on commit 61f3709

Please sign in to comment.