delete unused code
This commit is contained in:
@@ -27,8 +27,4 @@ def output(values):
|
||||
if os.path.isfile(os.path.join(output_path, f))
|
||||
and f.lower().endswith(('.png', '.gif'))
|
||||
]
|
||||
return fnames
|
||||
|
||||
|
||||
def file_there(file):
|
||||
return os.path.exists(str(file))
|
||||
return fnames
|
||||
Reference in New Issue
Block a user