Skip to content

Commit 747f452

Browse files
committed
style(examples): Run Black for styling
1 parent cf50a01 commit 747f452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def demonstrate_client_logging(host, port, username, password):
202202

203203
# Show XML capture results if available
204204
if hasattr(client, "xml_plugin") and client.xml_plugin:
205-
print(f"\n6. XML Capture Summary:")
205+
print("\n6. XML Capture Summary:")
206206
history = client.xml_plugin.get_history()
207207
print(f" Total SOAP transactions: {len(history)}")
208208

examples/pull_live_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@
128128
subscription = client.subscription(subscription_ref)
129129

130130
# 5. Unsubscribe to clean up
131-
unsubscribe = subscription.Unsubscribe()
131+
unsubscribe = subscription.Unsubscribe()

0 commit comments

Comments
 (0)