[fix] syntax error and some typing issue in py38

This commit is contained in:
theblackcat102
2023-01-08 02:15:08 +00:00
parent 116045915e
commit 9d05b73efc
+1 -2
View File
@@ -18,9 +18,8 @@
"""
from typing import List, Dict
from dataclasses import dataclass
from typing import Optional, Union
from typing import Dict, List, Optional, Union
import numpy as np
import torch