Skip to content

Commit

Permalink
fix an import for new extension structure
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Jun 25, 2024
1 parent 589d32a commit ee5f918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/uvbeam/test_uvbeam.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
from astropy.coordinates import Angle
from astropy.io import fits

from pyuvdata import UVBeam, _uvbeam, utils
from pyuvdata import UVBeam, utils
from pyuvdata.data import DATA_PATH
from pyuvdata.testing import check_warnings
from pyuvdata.uvbeam import _uvbeam

from .test_cst_beam import cst_files, cst_yaml_file
from .test_mwa_beam import filename as mwa_beam_file
Expand Down

0 comments on commit ee5f918

Please sign in to comment.