Skip to content

Commit 61f3709

Browse files
committed
chore: fix import
1 parent b550506 commit 61f3709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sec_downloader/sec_edgar_downloader_fork.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import Optional, Union
77

88
from sec_downloader.types import FilingMetadata, RequestedFilings, Ticker
9-
from sec_edgar_downloader import Downloader
9+
from sec_edgar_downloader._Downloader import Downloader
1010
from sec_edgar_downloader._constants import (
1111
AMENDS_SUFFIX,
1212
CIK_LENGTH,

0 commit comments

Comments
 (0)