style: 使用ruff格式化module_task模块,优化导入
This commit is contained in:
@@ -1 +1 @@
|
||||
from . import scheduler_test
|
||||
from . import scheduler_test # noqa: F401
|
||||
|
@@ -4,4 +4,4 @@ from datetime import datetime
|
||||
def job(*args, **kwargs):
|
||||
print(args)
|
||||
print(kwargs)
|
||||
print(f"{datetime.now()}执行了")
|
||||
print(f'{datetime.now()}执行了')
|
||||
|
Reference in New Issue
Block a user