Skip to content

Commit

Permalink
Remove import of get_flags
Browse files Browse the repository at this point in the history
  • Loading branch information
msilvafe committed Dec 11, 2024
1 parent 36c4bb8 commit 2339bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sotodlib/mapmaking/demod_mapmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .. import core
from .. import coords
from .utilities import recentering_to_quat_lonlat, evaluate_recentering, MultiZipper, unarr, safe_invert_div
from .utilities import import_optional, get_flags
from .utilities import import_optional
from .noise_model import NmatWhite

hp = import_optional('healpy')
Expand Down

0 comments on commit 2339bac

Please sign in to comment.