remove unused format-strings

This commit is contained in:
Mike Fährmann
2015-11-29 23:41:43 +01:00
parent c23eaccf46
commit 1497da07de
5 changed files with 3 additions and 11 deletions

View File

@@ -17,6 +17,9 @@ from .. import config
class Extractor():
directory_fmt = [""]
filename_fmt = ""
def __init__(self):
self.session = requests.Session()