Format
This commit is contained in:
parent
2d91a7fd1e
commit
e909e7d2d8
@ -68,7 +68,6 @@ def main():
|
||||
assert filename != ""
|
||||
|
||||
with open(filename, "w") as f:
|
||||
|
||||
f.write("MATCH (n) DETACH DELETE n;\n")
|
||||
|
||||
# Create the indexes
|
||||
@ -113,8 +112,6 @@ def main():
|
||||
)
|
||||
uuid += 1
|
||||
|
||||
f.close()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user