Skip to content

Commit

Permalink
fix: invalid colon index detection
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Jun 11, 2024
1 parent a65e92b commit cc4dade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/property_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def update_property_typing(
if re.match(pattern, line):
print(f"class def found {class_def_index}")
class_def_index = line_index
else:
continue
continue

if class_def_colon_index is None:
# : を探す
Expand Down

0 comments on commit cc4dade

Please sign in to comment.