Skip to content

Commit

Permalink
Apply PR suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Frederico Sabino <3332770+fmrsabino@users.noreply.github.com>
  • Loading branch information
falvaradorodriguez and fmrsabino authored Jun 27, 2024
1 parent f72aa8f commit 7533955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safe_cli/tx_builder/tx_builder_file_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def is_array_of_strings_field_type(field_type: str) -> bool:


def is_array_field_type(field_type: str) -> bool:
pattern = re.compile(r"\[\d*\]$")
pattern = re.compile(r"\[\d*]$")
return bool(pattern.search(field_type))


Expand Down

0 comments on commit 7533955

Please sign in to comment.