Skip to content

Commit

Permalink
trivial import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Dec 10, 2024
1 parent d637dd0 commit 3963db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rail/cli/rail_pipe/pipe_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from rail.core import __version__

from ..utils.project import RailProject
from ...utils.project import RailProject
from . import pipe_options, pipe_scripts
from .reduce_roman_rubin_data import reduce_roman_rubin_data

Expand Down
2 changes: 1 addition & 1 deletion src/rail/cli/rail_pipe/reduce_roman_rubin_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pyarrow import acero

from .pipe_options import RunMode
from ..utils.project import RailProject
from ...utils.project import RailProject


COLUMNS = [
Expand Down

0 comments on commit 3963db1

Please sign in to comment.