Skip to content

Commit

Permalink
suppress lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Jan 27, 2025
1 parent 14584ab commit c000de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onadata/libs/utils/logger_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,7 @@ def _register_instance_repeat_columns(instance: Instance, register: MetaData) ->

for key, value in data.items():
# Reindex split multiples
# pylint: disable=protected-access
csv_builder_module._reindex(
key,
value,
Expand All @@ -1568,6 +1569,7 @@ def _register_instance_repeat_columns(instance: Instance, register: MetaData) ->
split_select_multiples=True,
)
# Reindex merged multiples
# pylint: disable=protected-access
csv_builder_module._reindex(
key,
value,
Expand Down

0 comments on commit c000de2

Please sign in to comment.