Skip to content

Commit 4b5338c

Browse files
committed
fix pre-commit issue
1 parent d952236 commit 4b5338c

File tree

1 file changed

+0
-1
lines changed
  • examples/clients/simple-auth-client/mcp_simple_auth_client

1 file changed

+0
-1
lines changed

examples/clients/simple-auth-client/mcp_simple_auth_client/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ def stop(self):
132132
self.thread.join(timeout=1)
133133
print("🛑 Stopped callback server.")
134134

135-
136135
def wait_for_callback(self, timeout=300):
137136
"""Wait for OAuth callback with timeout."""
138137
start_time = time.time()

0 commit comments

Comments
 (0)