Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
🐛 Missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Jan 16, 2022
1 parent e5e788b commit 5d5b369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pincer/commands/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
)
from ..utils import should_pass_ctx
from ..utils.signature import get_signature_and_params
from ..utils.types import MISSING
from ..utils.types import MISSING, APINullable
from ..utils.types import Singleton

if TYPE_CHECKING:
Expand Down

0 comments on commit 5d5b369

Please sign in to comment.