Loading noctua/sequencer.py +5 −7 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ from pathlib import Path # New import # Other templates from .utils.logger import log # Corrected relative import class Sequencer(): ''' Manage a sequence of JSON Observation Blocks (OBs) Loading Loading @@ -302,8 +303,6 @@ class Sequencer(): sys.exit(1) # Exit if running standalone def cli(): ''' Command line interface for sequencer Loading Loading @@ -401,4 +400,3 @@ if __name__ == "__main__": If called alone ''' cli() Loading
noctua/sequencer.py +5 −7 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ from pathlib import Path # New import # Other templates from .utils.logger import log # Corrected relative import class Sequencer(): ''' Manage a sequence of JSON Observation Blocks (OBs) Loading Loading @@ -302,8 +303,6 @@ class Sequencer(): sys.exit(1) # Exit if running standalone def cli(): ''' Command line interface for sequencer Loading Loading @@ -401,4 +400,3 @@ if __name__ == "__main__": If called alone ''' cli()