refactor: apply future type hints style (#416)

* refactor: apply future style type hints

* chore: put cryptography out of dev dependencies
This commit is contained in:
Waket Zheng
2025-02-17 11:42:56 +08:00
committed by GitHub
parent 6bdfdfc6db
commit 1793dab43d
15 changed files with 92 additions and 309 deletions

View File

@@ -1,5 +1,7 @@
from __future__ import annotations
import asyncio
from typing import Generator
from collections.abc import Generator
import pytest
import pytest_asyncio