ruff
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user