chore: sort imports

This commit is contained in:
Chris Coutinho
2025-10-18 20:33:27 +02:00
parent c3ff92a8c1
commit 37164dbdbc
10 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import time
import uuid
from abc import ABC, abstractmethod
from dataclasses import dataclass, field
from typing import Any, Callable, Awaitable
from typing import Any, Awaitable, Callable
from tests.load.oauth_pool import UserSessionWrapper