Remove unused variable

This commit is contained in:
jeremy 2022-10-31 12:55:38 +01:00
parent c5ee6ffbc2
commit d62a45752a

View File

@ -86,7 +86,6 @@ if __name__ == "__main__":
uuid = 1
files = []
# Create the nodes File
for index in range(0, number_of_files):
f.write(f'CREATE (:File {{uuid: {uuid}, platformId: "platform_id", name: "name_file_{uuid}"}});\n')