Remove unneccesary import

This commit is contained in:
blank X 2020-11-13 19:42:59 +07:00
parent 7cda647899
commit 0cc2b95aa9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import html import html
from pyrogram import Client, filters from pyrogram import Client, filters
from ... import session, log_errors, public_log_errors, config from ... import session, log_errors, public_log_errors
PRETTY_TAG_NAMES = { PRETTY_TAG_NAMES = {
'tag': 'Tags', 'tag': 'Tags',