Skip to content

Commit 39e0906

Browse files
committed
lint
1 parent f617d89 commit 39e0906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def main() -> None:
262262
save_spec_cache(spec_content, current_hash, current_version)
263263
generate_models(current_hash, current_version)
264264

265-
print(f"\nGeneration complete!")
265+
print("\nGeneration complete!")
266266
print(f"Spec version: {current_version}")
267267
print(f"Suggested package version: {suggest_package_version(current_version)}")
268268
print(f"\nTo release, update pyproject.toml version and tag: git tag v{suggest_package_version(current_version)}")

0 commit comments

Comments
 (0)