Skip to content

Commit

Permalink
revert type ignore for hub context
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyuutsu committed Oct 14, 2024
1 parent 170f0b9 commit 3c70289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/contexts/hub_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

from app.data_models import CompletionStatus
from app.questionnaire.location import SectionKey
from app.views.contexts import Context
from app.views.contexts import Context # pylint: disable=cyclic-import
# Removing Pylint disable causes linting fail in GHA but not locally this issue has been raised here: https://github.com/pylint-dev/pylint/issues/9168.


class HubContext(Context):
Expand Down

0 comments on commit 3c70289

Please sign in to comment.