ruff --fix

This commit is contained in:
Justin Spahr-Summers
2024-10-21 14:54:47 +01:00
parent eb1024c654
commit ffff3d9450
2 changed files with 7 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ for reference.
not separate types in the schema.
"""
LATEST_PROTOCOL_VERSION = "2024-10-07";
LATEST_PROTOCOL_VERSION = "2024-10-07"
ProgressToken = str | int
Cursor = str