Skip to content

Commit 31a66a4

Browse files
committed
Fix flake8 issues
1 parent 5c67024 commit 31a66a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

investing_algorithm_framework/deployment/azure/azure_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# for root, dirs, files in os.walk(path):
8888
# for file in files:
8989
# zipfile.write(os.path.join(root, file),
90-
# os.path.relpath(os.path.join(root, file), path))
90+
# os.path.relpath(os.path.join(root, file), path))
9191

9292
# shutil.make_archive('myfunctionapp', 'zip', 'myfunctionapp/')
9393

0 commit comments

Comments
 (0)