pull/710/head
梦溪畔 2025-04-11 13:00:10 +08:00 committed by GitHub
parent ffe831ed10
commit 44a1a93e9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
import asyncio
from .willing_manager import BaseWillingManager
import time
class ClassicalWillingManager(BaseWillingManager):
def __init__(self):
@ -77,4 +75,4 @@ class ClassicalWillingManager(BaseWillingManager):
async def set_variable_parameters(self, parameters):
return await super().set_variable_parameters(parameters)