Skip to content

Commit

Permalink
Fix license_header_format_ in check
Browse files Browse the repository at this point in the history
  • Loading branch information
natibek committed Jul 8, 2024
1 parent bdeb237 commit 3d0caf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/license_header_format_.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
import checks_superstaq as checks

if __name__ == "__main__":
exit(checks.license_header_check_.run(*sys.argv[1:]))
exit(checks.license_header_format_.run(*sys.argv[1:]))

0 comments on commit 3d0caf6

Please sign in to comment.