Skip to content

Commit

Permalink
fix missing import of read_psf_range
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Oct 21, 2024
1 parent 55dd532 commit 149de54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msyd/pyxfiles/io.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from gc import collect

cimport numpy as np

from msyd.coords import Range
from msyd.coords import Range, read_psf_range
from msyd.multisyn import Multisyn
from msyd.vars import SNV
import msyd.util as util
Expand Down

0 comments on commit 149de54

Please sign in to comment.