Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from ticdenis/main
Browse files Browse the repository at this point in the history
Convert pyproject_autoflake a module to directly execute it
  • Loading branch information
quwac authored Aug 2, 2022
2 parents d09a6b9 + ce8bd2b commit de8c2d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file added pyproject_autoflake/__init__.py
Empty file.
6 changes: 6 additions & 0 deletions pyproject_autoflake/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env python

from pyproject_autoflake.pautoflake import main

if __name__ == '__main__':
main()

0 comments on commit de8c2d1

Please sign in to comment.