Fix imports
This commit is contained in:
parent
ca87b3d17e
commit
4a1c1083d0
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ from datetime import datetime, timedelta, time
|
|||
import re
|
||||
|
||||
import matchy.matching as matching
|
||||
from matchy.state import State, AuthScope
|
||||
from matchy.state import AuthScope
|
||||
import matchy.util as util
|
||||
import matchy.state as state
|
||||
import matchy.cogs.strings as strings
|
||||
|
|
|
@ -3,7 +3,6 @@ import logging
|
|||
import discord
|
||||
from datetime import datetime
|
||||
from typing import Protocol, runtime_checkable
|
||||
from matchy.state import State, ts_to_datetime
|
||||
import matchy.util as util
|
||||
import matchy.state as state
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue