Skip to content

Commit 0decce5

Browse files
committed
reimport queueretry
1 parent 5a14ef0 commit 0decce5

File tree

2 files changed

+3
-1
lines changed

2 files changed

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

src/dean_utils/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from typing import Literal, TypeAlias, cast
44

55
__all__ = [
6+
"QueueRetry",
67
"async_abfs",
78
"az_send",
89
"clear_messages",
@@ -32,6 +33,7 @@
3233
from pathlib import Path
3334

3435
from dean_utils.utils.az_utils import (
36+
QueueRetry,
3537
async_abfs,
3638
clear_messages,
3739
delete_message,

0 commit comments

Comments
 (0)