perf: 用 autoflake 删除无用依赖
没想到居然能意外地大幅提升启动速度
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from collections.abc import MutableSequence
|
||||
from typing import Any, Iterator, Optional
|
||||
from typing import Any, Optional
|
||||
|
||||
|
||||
class Lict(MutableSequence):
|
||||
|
||||
Reference in New Issue
Block a user