Skip to content

Commit

Permalink
Fix linting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jan 3, 2021
1 parent 3920f1a commit b285a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyFunceble/cli/processes/migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@ def start(self) -> "ProcessesManagerBase":
# We start the migration (as a standalone)
Alembic().upgrade()

return super().start()
return super().start()

0 comments on commit b285a1d

Please sign in to comment.