🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2026-02-10 12:48:42 +00:00 committed by GitHub
parent 509764e7de
commit ca0d16d983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ import dataclasses
import inspect
import sys
import types
from collections.abc import Coroutine, Mapping, Sequence
from collections.abc import Mapping, Sequence
from contextlib import AsyncExitStack, contextmanager
from copy import copy, deepcopy