Skip to content

Commit

Permalink
Refactor variable name 'implict' to 'implicit'
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Jul 31, 2024
1 parent 6cd6947 commit 6fb4c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
with open(f'{cwd}/3MF Volumetric Extension Template.md', 'r') as file:
template = file.read()

implict = None
implicit = None
with open(f'{cwd}/implicit.xsd', 'r') as file:
implicit = file.read()

Expand Down

0 comments on commit 6fb4c2b

Please sign in to comment.