Skip to content

Commit

Permalink
re-add pylint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyuutsu committed Oct 23, 2024
1 parent 1409742 commit 5cb5bd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/questionnaire/placeholder_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
from app.data_models.answer import AnswerValueTypes
from app.data_models.data_stores import DataStores
from app.questionnaire import QuestionnaireSchema
from app.questionnaire.placeholder_parser import PlaceholderParser
from app.questionnaire.placeholder_parser import ( # pylint: disable=cyclic-import
PlaceholderParser,
)
from app.questionnaire.plural_forms import get_plural_form_key
from app.questionnaire.schema_utils import find_pointers_containing
from app.utilities.types import LocationType
Expand Down

0 comments on commit 5cb5bd8

Please sign in to comment.