Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
style: auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 6, 2024
1 parent 7b358bf commit a7505dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _orangcbot/extensions/antihoist.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
from __future__ import annotations

from datetime import datetime
import logging
from string import ascii_letters
from typing import TYPE_CHECKING, Final

from nextcord import HTTPException, Permissions, user_command, Interaction, Member
from nextcord.ext import commands, application_checks as ac
from nextcord import Interaction, Member, user_command
from nextcord.ext import application_checks as ac
from nextcord.ext import commands

if TYPE_CHECKING:
import nextcord
from nextcord import AutoModerationActionExecution


NUMBERS: Final[str] = "1234567890"
Expand Down

0 comments on commit a7505dc

Please sign in to comment.