diff --git a/.audit/JavierSab_patch-1.md b/.audit/JavierSab_patch-1.md new file mode 100644 index 000000000..b8782b58e --- /dev/null +++ b/.audit/JavierSab_patch-1.md @@ -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 \ No newline at end of file diff --git a/examples/twisted/wamp/pubsub/basic/frontend.py b/examples/twisted/wamp/pubsub/basic/frontend.py index 9b1c1fede..4e23bdfa7 100644 --- a/examples/twisted/wamp/pubsub/basic/frontend.py +++ b/examples/twisted/wamp/pubsub/basic/frontend.py @@ -66,4 +66,3 @@ def onDisconnect(self): ) runner = ApplicationRunner(url, realm, extra) runner.run(Component) - runner.run(Component)