Unused imports

This commit is contained in:
Lartza
2018-06-18 13:31:57 +03:00
parent 03a1b00e1e
commit e6af06b8dc
3 changed files with 1 additions and 5 deletions

View File

@ -150,4 +150,4 @@ class Dir(object):
for key, val in self.subdirs.items():
val.render_text(ident + 1)
for file in self.files:
print('{}{}'.format(' ' * ((ident + 1)) * 4, file))
print('{}{}'.format(' ' * (ident + 1) * 4, file))