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

Commit 69694f4

Browse files
style: auto fixes from pre-commit hooks
1 parent 229e03f commit 69694f4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

_orangcbot/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77

88
load_dotenv()
99
import os
10+
import traceback
1011

1112
import nextcord
1213
from nextcord import ApplicationError, Intents
1314
from nextcord.ext import application_checks as ac
1415
from nextcord.ext import commands, help_commands
1516

16-
import traceback
17-
1817
prefix = "oct/" if os.getenv("TEST") else "oc/"
1918

2019

_orangcbot/extensions/ping_cutedog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from __future__ import annotations
22

3+
from typing import TYPE_CHECKING, Final
4+
35
from nextcord import AllowedMentions, Object
46
from nextcord.ext import commands
57

6-
from typing import TYPE_CHECKING, Final
7-
88
if TYPE_CHECKING:
99
from nextcord import Message
1010

0 commit comments

Comments
 (0)