From caa0753adb4e8901f83adaa40548837f682d5a7c Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Fri, 16 Mar 2018 23:45:05 +0800 Subject: [PATCH] fix bug #13 --- nhentai/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nhentai/utils.py b/nhentai/utils.py index 28a1a70..21e47f1 100644 --- a/nhentai/utils.py +++ b/nhentai/utils.py @@ -4,7 +4,6 @@ from __future__ import unicode_literals, print_function import os import string from nhentai.logger import logger -from nhentai.utils import format_filename class _Singleton(type):