mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-02-27 05:04:30 +00:00
💥 Remove: 移除 Python 3.9 支持 (#3860)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
from collections.abc import Callable
|
||||
from dataclasses import asdict
|
||||
from functools import wraps
|
||||
from pathlib import Path
|
||||
import sys
|
||||
from typing import Callable, TypeVar
|
||||
from typing import TypeVar
|
||||
from typing_extensions import ParamSpec
|
||||
|
||||
import pytest
|
||||
|
||||
Reference in New Issue
Block a user