fix: ruff formatting and allow-direct-references for handler-base dep
All checks were successful
CI / Lint (push) Successful in 43s
CI / Test (push) Successful in 49s
CI / Release (push) Successful in 6s
CI / Notify (push) Successful in 1s

This commit is contained in:
2026-02-02 08:44:34 -05:00
parent 09e8135f93
commit b8ba237946
4 changed files with 107 additions and 106 deletions

View File

@@ -1,9 +1,10 @@
"""
Pytest configuration and fixtures for chat-handler tests.
"""
import asyncio
import os
from unittest.mock import AsyncMock, MagicMock, patch
from unittest.mock import MagicMock
import pytest