ci: fix pre-commit hook errors

This commit is contained in:
Evgeny Torbin
2026-03-13 15:40:00 +01:00
committed by Fu Hanxi
parent 61cea28081
commit bf81b9d743
4 changed files with 6 additions and 6 deletions

View File

@@ -6,9 +6,9 @@ import logging
import os
import threading
import time
from types import TracebackType
from typing import Any
from typing import Optional
from types import TracebackType # noqa: F401
from typing import Any # noqa: F401
from typing import Optional # noqa: F401
import pytest
import websocket