Skip to content

Commit

Permalink
always use pathlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored Nov 16, 2024
1 parent 8309c6a commit 2fe1359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regularizepsf/psf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from __future__ import annotations

import pathlib
import inspect
from typing import TYPE_CHECKING, Any, cast
from functools import partial
Expand All @@ -17,7 +18,6 @@
from regularizepsf.visualize import KERNEL_IMSHOW_ARGS_DEFAULT, PSF_IMSHOW_ARGS_DEFAULT, visualize_grid

if TYPE_CHECKING:
import pathlib
from numbers import Real
from collections.abc import Callable

Expand Down

0 comments on commit 2fe1359

Please sign in to comment.