Skip to content

Commit 79cb148

Browse files
committed
imports
1 parent 33319b3 commit 79cb148

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dean_utils"
7-
version="0.0.3"
7+
version="0.0.4"
88
authors=[
99
{ name="Dean MacGregor", email="powertrading121@gmail.com"}
1010
]

src/dean_utils/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__all__ = ["async_abfs", "cos_query_all", "send_to_queue", "send_email"]
2-
from az_utils import async_abfs, cos_query_all, send_to_queue
3-
from email_utility import send_email
4-
import polars_extras
2+
from .az_utils import async_abfs, cos_query_all, send_to_queue
3+
from .email_utility import send_email
4+
import .polars_extras

0 commit comments

Comments
 (0)