Skip to content

Commit

Permalink
Use gaps Status
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Sep 20, 2023
1 parent f571ad7 commit d5ffd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sup3r/preprocessing/data_handling/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def get_node_cmd(cls, config):
'from sup3r.preprocessing.data_handling '
f'import {cls.__name__};\n'
'import time;\n'
'from sup3r.pipeline import Status;\n'
'from gaps import Status;\n'
'from rex import init_logger;\n')

dh_init_str = get_fun_call_str(cls, config)
Expand Down

0 comments on commit d5ffd9c

Please sign in to comment.