fixed linting
This commit is contained in:
parent
148ea1db10
commit
b0547e4c37
|
|
@ -1,10 +1,5 @@
|
||||||
from .base import BaseProgressActionService
|
|
||||||
from chain_service.database.models.progress_chain import (
|
|
||||||
ProgressChain,
|
|
||||||
WaitProgressAction,
|
|
||||||
)
|
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
|
from .base import BaseProgressActionService
|
||||||
|
|
||||||
|
|
||||||
class WaitProgressActionService(BaseProgressActionService):
|
class WaitProgressActionService(BaseProgressActionService):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user