From 7e88ee0d54d13c7682b265022340ad8144c91cce Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Wed, 31 Jan 2024 11:05:35 -0500 Subject: [PATCH] Remove unused import in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf9c3d8..08bd1dd 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ app.run() WebSockets ```python -from socketify import App, AppOptions, OpCode, CompressOptions +from socketify import App, OpCode, CompressOptions def ws_open(ws): print('A WebSocket got connected!')