Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .audit/JavierSab_patch-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## AI Assistance Disclosure

- [x] I did **not** use any AI-assistance tools to help create this pull request.
- [ ] I **did** use AI-assistance tools to *help* create this pull request.
- [x] I have read, understood and followed the projects' [AI Policy](https://github.com/crossbario/autobahn-python/blob/main/AI_POLICY.md) when creating code, documentation etc. for this pull request.

Submitted by: @JavierSab
Date: 2026-06-19
Related issue(s): #1888
Branch: JavierSab:patch-1.md
1 change: 0 additions & 1 deletion examples/twisted/wamp/pubsub/basic/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ def onDisconnect(self):
)
runner = ApplicationRunner(url, realm, extra)
runner.run(Component)
runner.run(Component)
Loading