Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
1. use double quotes instead of single quotes
2. semicolon removed
  • Loading branch information
ctfer-org committed Nov 18, 2024
1 parent c5b0846 commit 9b9d8be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gaps/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .cli import *

if __name__ == '__main__':
cli();
if __name__ == "__main__":
cli()

0 comments on commit 9b9d8be

Please sign in to comment.