Fix ruff UP041

This commit is contained in:
Andrej730
2025-09-08 14:43:49 +05:00
parent a4a04e6941
commit 29a86c6748
@@ -106,7 +106,7 @@ class IfcTesterWebSocketServer:
self.runner = None
print("IfcTester WebSocket server stopped")
except asyncio.TimeoutError:
except TimeoutError:
print("Websocket server cleanup timed out, forcing shutdown")
except Exception as e:
print(f"Error during websocket cleanup: {e}")