Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 29, 2024
1 parent b1f3465 commit efbf5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_machine/version/vec2mesh_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
with open(text_path, encoding="utf-8") as t_file:
qpe = {}
for line in t_file:
if line[0] =="#":
if line[0] == "#":
continue
parts = line.split()
v = int(parts[1])
Expand Down

0 comments on commit efbf5b7

Please sign in to comment.