"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "0ae575f29a0cc28fbd9d62609db64556a0e936d1"
Commit a0865277 authored by Lysandre's avatar Lysandre
Browse files

Unused Union should not be imported

parent 9d2ce253
...@@ -7,7 +7,7 @@ import re ...@@ -7,7 +7,7 @@ import re
import shutil import shutil
from contextlib import contextmanager from contextlib import contextmanager
from pathlib import Path 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 numpy as np
import torch import torch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment