Skip to content

Commit 5acb9a2

Browse files
committed
Fix checks
1 parent 1b5abce commit 5acb9a2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/models/checks.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
import typing as t
2-
31
import arc
42
import hikari
53

4+
from src.models.client import SnedContext # noqa: TC001
65
from src.models.errors import BotRoleHierarchyError, RoleHierarchyError, UserBlacklistedError
76
from src.utils import helpers
87

9-
if t.TYPE_CHECKING:
10-
from src.models.client import SnedContext
11-
128

139
async def is_not_blacklisted(ctx: SnedContext) -> None:
1410
"""Hook to evaluate if the user is blacklisted or not.

0 commit comments

Comments
 (0)