Skip to content

Commit 1f9494f

Browse files
committed
refactor!: removed 'emoji.py'
1 parent 11eca37 commit 1f9494f

File tree

2 files changed

+1
-4349
lines changed

2 files changed

+1
-4349
lines changed

hydrogram/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ContinuePropagation(StopAsyncIteration):
3939
crypto_executor = ThreadPoolExecutor(1, thread_name_prefix="CryptoWorker")
4040

4141
# ruff: noqa: E402
42-
from . import emoji, enums, errors, filters, handlers, raw, types
42+
from . import enums, errors, filters, handlers, raw, types
4343
from .client import Client
4444
from .sync import compose, idle
4545

@@ -50,7 +50,6 @@ class ContinuePropagation(StopAsyncIteration):
5050
"StopTransmission",
5151
"compose",
5252
"crypto_executor",
53-
"emoji",
5453
"enums",
5554
"errors",
5655
"filters",

0 commit comments

Comments
 (0)