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

Commit

Permalink
Merge branch 'main' of github.com:quwac/pyproject-autoflake
Browse files Browse the repository at this point in the history
  • Loading branch information
quwac committed Aug 2, 2022
2 parents 9564b20 + de8c2d1 commit d5e47c6
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 d5e47c6

Please sign in to comment.