Skip to content

Commit 0510588

Browse files
committed
refactor(discord): use absolute imports
1 parent 23bbaa5 commit 0510588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npi/app/discord/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from npi.core import App, npi_tool
88
from npi.config import config
99
from npi.error.auth import UnauthorizedError
10+
from npi.core.thread import Thread
1011
from .schema import *
11-
from ...core.thread import Thread
1212

1313
client = discord.Client(intents=discord.Intents.default())
1414

0 commit comments

Comments
 (0)