all ruff checking and modify Converter class

This commit is contained in:
2024-06-21 12:30:27 +07:00
parent cd3bae23e6
commit e1034fb927
19 changed files with 1067 additions and 995 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import os
from typing import List, Dict, Any
from typing import Any, Dict, List
def get_log(log_id: int) -> List[Dict[str, Any]]: