Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Aug 30, 2023
1 parent bfac190 commit 4bbfae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nexgen/__main__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from .command_line import version_parser


def main(args=None):
args = version_parser.parse_args(args)

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable args is not used.


# Test with python -m nexgen
if __name__ == "__main__":
main()

Check warning on line 10 in src/nexgen/__main__.py

View workflow job for this annotation

GitHub Actions / lint

no newline at end of file

0 comments on commit 4bbfae4

Please sign in to comment.