Skip to content

Commit

Permalink
Fixed bug with matcher import.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Aug 10, 2024
1 parent 4263592 commit 8fc4f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MEDS_transforms/mapreduce/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from loguru import logger
from omegaconf import DictConfig, ListConfig

from ..extract.parser import is_matcher, matcher_to_expr
from ..parser import is_matcher, matcher_to_expr
from ..utils import stage_init, write_lazyframe
from .utils import rwlock_wrap, shard_iterator

Expand Down

0 comments on commit 8fc4f48

Please sign in to comment.