Skip to content

Commit 1eb3359

Browse files
committed
clean up imports
1 parent 6b25a3b commit 1eb3359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bioimageio/core/build_spec/build_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import datetime
22
import hashlib
33
import os
4-
from pathlib import Path, WindowsPath
4+
from pathlib import Path
55
from shutil import copyfile
6-
from typing import Any, Dict, List, Optional, Union, Tuple
6+
from typing import Any, Dict, List, Optional, Tuple, Union
77

88
import numpy as np
99

0 commit comments

Comments
 (0)