mirror of https://github.com/Mai-with-u/MaiBot.git
ruff
parent
ffe831ed10
commit
44a1a93e9a
|
|
@ -1,7 +1,5 @@
|
||||||
import asyncio
|
import asyncio
|
||||||
from .willing_manager import BaseWillingManager
|
from .willing_manager import BaseWillingManager
|
||||||
import time
|
|
||||||
|
|
||||||
|
|
||||||
class ClassicalWillingManager(BaseWillingManager):
|
class ClassicalWillingManager(BaseWillingManager):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
@ -77,4 +75,4 @@ class ClassicalWillingManager(BaseWillingManager):
|
||||||
async def set_variable_parameters(self, parameters):
|
async def set_variable_parameters(self, parameters):
|
||||||
return await super().set_variable_parameters(parameters)
|
return await super().set_variable_parameters(parameters)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue