fixed linting

This commit is contained in:
Robert 2024-02-28 18:45:24 +07:00
parent 148ea1db10
commit b0547e4c37
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22

View File

@ -1,10 +1,5 @@
from .base import BaseProgressActionService
from chain_service.database.models.progress_chain import (
ProgressChain,
WaitProgressAction,
)
import asyncio
from .base import BaseProgressActionService
class WaitProgressActionService(BaseProgressActionService):