mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
refactoring
This commit is contained in:
@@ -28,6 +28,12 @@ from typing import List
|
||||
from typing import Dict
|
||||
from typing import Hashable
|
||||
from typing import TypeVar
|
||||
from typing import Any
|
||||
|
||||
|
||||
# =====
|
||||
def str_strip(arg: Any) -> str:
|
||||
return str(arg).strip()
|
||||
|
||||
|
||||
# =====
|
||||
|
||||
Reference in New Issue
Block a user