Skip to content

Commit

Permalink
Fix import error in utils folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooling0602 committed Nov 8, 2024
1 parent 4b56144 commit b5bc903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matrix_sync/utils/globals.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import threading

from . import config
from .. import config
from mcdreforged.api.all import *

psi = ServerInterface.psi()
Expand Down
2 changes: 1 addition & 1 deletion matrix_sync/utils/token.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import aiofiles
import json

from . import config
from .. import config

async def getToken():
TOKEN_FILE = config.TOKEN_FILE
Expand Down

0 comments on commit b5bc903

Please sign in to comment.