Fix the import in matching.py
This commit is contained in:
parent
be7a1d080a
commit
edeeaf578a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import discord
|
|||
from datetime import datetime
|
||||
from typing import Protocol, runtime_checkable
|
||||
from matchy.files.state import State, ts_to_datetime
|
||||
import util
|
||||
import matchy.util as util
|
||||
import matchy.files.config as config
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue