chore: re-enable isort enforcement

It was disabled in 1a73f8305b, probably by
mistake.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka 2025-03-26 17:53:33 -04:00
parent cb2a9784ab
commit 33d74e99e6
4 changed files with 10 additions and 7 deletions

View file

@ -5,9 +5,10 @@
# the root directory of this source tree.
import asyncio
import pytest
from unittest.mock import AsyncMock, MagicMock, patch
import pytest
mock_session = MagicMock()
mock_session.closed = False
mock_session.close = AsyncMock()