mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-22 10:35:25 -04:00
fix for 3.9
This commit is contained in:
@@ -3,7 +3,6 @@ from __future__ import annotations
|
||||
import inspect
|
||||
import traceback
|
||||
from contextlib import suppress
|
||||
from types import NoneType
|
||||
from typing import (TYPE_CHECKING, Annotated, Any, Callable, Coroutine,
|
||||
Literal, Optional, Union, get_args, get_origin, cast)
|
||||
|
||||
@@ -21,6 +20,9 @@ __all__ = (
|
||||
"command"
|
||||
)
|
||||
|
||||
NoneType = type(None)
|
||||
|
||||
|
||||
class Command:
|
||||
"""Class for holding info about a command.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user