Skip to content

Commit

Permalink
- Fix black format
Browse files Browse the repository at this point in the history
  • Loading branch information
maycuatroi committed Jul 28, 2024
1 parent 04ec9e6 commit 84440e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evo_downloader/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

from .cli import cli # pragma: no cover


def main():
cli()


if __name__ == "__main__": # pragma: no cover
main() # pragma: no cover

0 comments on commit 84440e7

Please sign in to comment.