Skip to content

Commit b587b14

Browse files
committed
clean up code
1 parent b4bedb2 commit b587b14

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

extensions/positron-python/python_files/posit/positron/variables_comm.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -440,11 +440,9 @@ class SummarizeDataRequest(BaseModel):
440440
description="The JSON-RPC method name (summarize_data)",
441441
)
442442

443-
jsonrpc: str = (
444-
Field(
445-
default="2.0",
446-
description="The JSON-RPC version specifier",
447-
),
443+
jsonrpc: str = Field(
444+
default="2.0",
445+
description="The JSON-RPC version specifier",
448446
)
449447

450448

0 commit comments

Comments
 (0)