Skip to content

Commit

Permalink
Fix imports in stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Jul 29, 2024
1 parent d56f4b3 commit f781b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rail/core/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import yaml
from math import ceil

from ceci import PipelineStage, MiniPipeline
from ceci.stage import PipelineStage
from ceci.pipeline import MiniPipeline
from ceci.config import StageParameter as Param
from rail.core.data import DATA_STORE, DataHandle

Expand Down

0 comments on commit f781b99

Please sign in to comment.