Skip to content

Commit b8d3721

Browse files
committed
frefac removve unused import
1 parent cff2bab commit b8d3721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioimageio/core/_resource_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import traceback
22
import warnings
33
from itertools import product
4-
from typing import Dict, Hashable, List, Literal, Optional, Set, Tuple, Union, TypedDict
4+
from typing import Dict, Hashable, List, Literal, Optional, Set, Tuple, Union
55

66
import numpy as np
77
from loguru import logger

0 commit comments

Comments
 (0)