Removed useless function assign to variable

This commit is contained in:
2020-07-13 20:33:41 +02:00
parent a618f929a8
commit 16c568eab9
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -206,9 +206,6 @@ class CurrentDir(object):
pass
relpath = os.path.relpath
def walk(dir):
''' A nice interface to os.walk '''
for record in os.walk(dir):