Skip to content

Commit 4aa305b

Browse files
Jammy2211Jammy2211
authored andcommitted
fix
1 parent cdf4137 commit 4aa305b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

autogalaxy/analysis/plotter_interface.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ def __init__(self, image_path: Union[Path, str], title_prefix: str = None):
6565
A string that is added before the title of all figures output by visualization, for example to
6666
put the name of the dataset and galaxy in the title.
6767
"""
68+
from pathlib import Path
69+
6870
self.image_path = Path(image_path)
6971
self.title_prefix = title_prefix
7072

0 commit comments

Comments
 (0)