mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
fix: add missing functools and TYPE_CHECKING imports in shipyard.py
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import functools
|
||||
import shlex
|
||||
from typing import Any
|
||||
from typing import TYPE_CHECKING, Any
|
||||
|
||||
from shipyard import ShipyardClient, Spec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user