Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Oct 12, 2023
1 parent b383af4 commit bd4109a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
14 changes: 4 additions & 10 deletions nbs/00_core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,6 @@
"jupyter_black.load()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# | export\n",
"from sec_edgar_downloader import Downloader"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -135,6 +125,10 @@
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion sec_downloader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.5"
__version__ = "0.1.6"
from sec_downloader.core import DownloadStorage, FileContent

__all__ = ["DownloadStorage", "FileContent"]
3 changes: 0 additions & 3 deletions sec_downloader/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
__all__ = ['FileContent', 'DEFAULT_FILTER_PATTERN', 'DownloadStorage']

# %% ../nbs/00_core.ipynb 3
from sec_edgar_downloader import Downloader

# %% ../nbs/00_core.ipynb 4
import tempfile
import shutil
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = sec-downloader
lib_name = sec-downloader
version = 0.1.5
version = 0.1.6
min_python = 3.7
license = mit
black_formatting = False
Expand Down

0 comments on commit bd4109a

Please sign in to comment.