Skip to content

Commit

Permalink
Adjustment in method styling
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseCake87 committed Nov 1, 2023
1 parent 24e3adb commit 9b5e3e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/flask_imp/imp.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,7 @@ def import_blueprints(self, folder: str) -> None:
for potential_bp in folder_path.iterdir():
self.import_blueprint(potential_bp.as_posix())

def import_models(
self,
file_or_folder: str
) -> None:
def import_models(self, file_or_folder: str) -> None:
"""
Imports all the models from the given file or folder.
Expand Down

0 comments on commit 9b5e3e7

Please sign in to comment.