Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhorcas committed Oct 29, 2024
1 parent 5f5e7fc commit 358b2bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def parse_cardinality(self, cardinality_text: str) -> tuple[int, int]:
# This assumes a format like "[min..max]" or "[min]" or "[min..*]"
min_value: str = ""
max_value: str = ""
print(f'Cardinality_text: {cardinality_text}')
# Remove brackets.
cardinality_text = cardinality_text[1:-1]

Expand Down

0 comments on commit 358b2bb

Please sign in to comment.