Unused Union should not be imported

This commit is contained in:
Lysandre
2020-05-21 09:42:47 -04:00
parent 9d2ce253de
commit a086527727

View File

@@ -7,7 +7,7 @@ import re
import shutil
from contextlib import contextmanager
from pathlib import Path
from typing import Callable, Dict, List, Optional, Tuple, Union
from typing import Callable, Dict, List, Optional, Tuple
import numpy as np
import torch