From 0cc2b95aa95846a1001ea1397a7baff0100c49fb Mon Sep 17 00:00:00 2001 From: blank X Date: Fri, 13 Nov 2020 19:42:59 +0700 Subject: [PATCH] Remove unneccesary import --- nhentai-comment-info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai-comment-info.py b/nhentai-comment-info.py index 33b1cb6..13d8652 100644 --- a/nhentai-comment-info.py +++ b/nhentai-comment-info.py @@ -1,6 +1,6 @@ import html 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 = { 'tag': 'Tags',