Skip to content

Commit 72d2fd5

Browse files
committed
Remove unused import
1 parent c421816 commit 72d2fd5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

telegram/utils/helpers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
"""This module contains helper functions."""
2020
from html import escape
2121

22-
try:
23-
from urllib import quote # noqa: F401
24-
except ImportError:
25-
from urllib.parse import quote # noqa: F401
2622
import re
2723
import signal
2824
from datetime import datetime

0 commit comments

Comments
 (0)