Skip to content

Commit

Permalink
BGDIINF_SB-3129: Silenced cyclic-import lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ltflb-bgdi committed Nov 10, 2023
1 parent 65d1966 commit 2fcf5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ def handle_exception(err):
return make_error_msg(500, "Internal server error, please consult logs")


from app import routes # isort:skip pylint: disable=ungrouped-imports, wrong-import-position
from app import routes # isort:skip pylint: disable=ungrouped-imports, wrong-import-position, cyclic-import

0 comments on commit 2fcf5fa

Please sign in to comment.