Skip to content

Commit 3db272a

Browse files
committed
stor_opts_type_str
1 parent c2e259c commit 3db272a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.62"
7+
version="0.0.63"
88
authors=[
99
{ name="Dean MacGregor", email="powertrading121@gmail.com"}
1010
]

src/dean_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def wrapper(*args, **kwargs):
7474

7575
ACCOUNT_NAME = Literal["account_name"]
7676
ACCOUNT_KEY = Literal["account_key"]
77-
STORAGE_OPTIONS = dict[Literal["account_name"] | Literal["account_key"], str]
77+
STORAGE_OPTIONS = dict[str, str]
7878

7979

8080
def stor_opts(

0 commit comments

Comments
 (0)