Skip to content

Commit 049f9a4

Browse files
committed
formatting
1 parent 1f96690 commit 049f9a4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,6 @@ Thumbs.db
165165
# Common editor files
166166
*~
167167
*.swp
168+
169+
# Claude Code
170+
.claude/

examples/test_stats_uploader.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ def simple_func(value):
7070

7171
# Test 1: Basic usage with default settings
7272
print("=== Test 1: Basic Usage ===")
73-
uploader_basic = StatsUploader(
74-
proxy_url=PROXY_URL
75-
)
73+
uploader_basic = StatsUploader(proxy_url=PROXY_URL)
7674
print(f"Analytics client enabled: {uploader_basic.analytics.enabled}")
7775
print(f"Client ID: {uploader_basic.analytics.client_id}")
7876
print(f"Timeout: {getattr(uploader_basic.analytics, 'timeout', 'N/A')}s")

0 commit comments

Comments
 (0)