Skip to content

Commit 1c7bdf3

Browse files
committed
lint fix
1 parent 63b72f3 commit 1c7bdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/find_breaking_changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def main():
8787
print("Could not determine current versions")
8888
sys.exit(1)
8989

90-
print(f"Checking for breaking changes:")
90+
print("Checking for breaking changes:")
9191
print(f"Core: {current_core_version}{new_core_version}")
9292
print(f"Contrib: {current_contrib_version}{new_contrib_version}")
9393

0 commit comments

Comments
 (0)