Skip to content

Commit 6c8687c

Browse files
committed
formatting
1 parent 699998e commit 6c8687c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confluent_kafka/schema_registry/_sync/schema_registry_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def send_request(self, url: str, method: str, body: Optional[dict] = None, query
478478
'Content-Length': str(len(body_str)),
479479
'Content-Type': "application/vnd.schemaregistry.v1+json",
480480
'Confluent-Accept-Unknown-Properties': "true",
481-
'Confluent-Client-Version': f"python/{version()}"
481+
'Confluent-Client-Version': f"python/{version()}",
482482
}
483483

484484
if self.bearer_auth_credentials_source:

0 commit comments

Comments
 (0)