Skip to content

Commit

Permalink
refactor: rename __main__ to main and import main directly
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed Aug 30, 2021
1 parent 55787e1 commit b7c3347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pontos/changelog/__main__.py → pontos/changelog/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# pylint: disable=invalid-name

from pontos import changelog
from .conventional_commits import main

if __name__ == '__main__':
changelog.main()
main()

0 comments on commit b7c3347

Please sign in to comment.