mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-16 18:56:02 +00:00
test: format test suite
This commit is contained in:
@@ -5,6 +5,7 @@ Tests cover:
|
||||
- Docker environment detection
|
||||
- WebSocket plugin runtime mode
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
@@ -86,4 +87,4 @@ class TestGetPlatform:
|
||||
assert platform_module.use_websocket_to_connect_plugin_runtime() is True
|
||||
|
||||
# Restore
|
||||
platform_module.standalone_runtime = original
|
||||
platform_module.standalone_runtime = original
|
||||
|
||||
Reference in New Issue
Block a user