Skip to content

Commit 84440e7

Browse files
committed
- Fix black format
1 parent 04ec9e6 commit 84440e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

evo_downloader/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
from .cli import cli # pragma: no cover
44

5+
56
def main():
67
cli()
78

9+
810
if __name__ == "__main__": # pragma: no cover
911
main() # pragma: no cover

0 commit comments

Comments
 (0)