Skip to content

Commit

Permalink
fix: update init.py style to match isort
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlynchONS committed Mar 31, 2023
1 parent fc5d02b commit a84f969
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hooks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
from hooks.post_gen_project import (
delete_files_and_folders,
parse_features_json,
)
from hooks.post_gen_project import delete_files_and_folders, parse_features_json
from hooks.pre_gen_project import check_valid_email_address_format

__all__ = (
Expand Down

0 comments on commit a84f969

Please sign in to comment.