Skip to content

Commit dfd2690

Browse files
fix: expose errors to __all__
1 parent bc74ff9 commit dfd2690

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hydrogram/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ContinuePropagation(StopAsyncIteration):
3636
pass
3737

3838

39-
from . import emoji, enums, filters, handlers, raw, types
39+
from . import emoji, enums, errors, filters, handlers, raw, types
4040
from .client import Client
4141
from .sync import compose, idle
4242

@@ -57,4 +57,5 @@ class ContinuePropagation(StopAsyncIteration):
5757
"handlers",
5858
"emoji",
5959
"enums",
60+
"errors",
6061
]

0 commit comments

Comments
 (0)