Skip to content

Commit 37bcfb7

Browse files
committed
Remove unused import of PurePath from base_dataset.py
1 parent 31dd8c9 commit 37bcfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/virtual_stain_flow/datasets/base_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from typing import Dict, Sequence, Optional, Tuple, Union, Any
1010
import json
11-
from pathlib import Path, PurePath
11+
from pathlib import Path
1212

1313
import numpy as np
1414
import pandas as pd

0 commit comments

Comments
 (0)