Skip to content

Commit

Permalink
remove statements forcing kadi commands v1
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Apr 3, 2024
1 parent 2ab8de9 commit 9e1d5d9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions agasc/scripts/mag_estimate_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ def get_parser():


def main():
import kadi.commands

kadi.commands.conf.commands_version = "1"

args = get_parser().parse_args()

Expand Down
3 changes: 0 additions & 3 deletions agasc/scripts/update_mag_supplement.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ def get_parser():


def main():
import kadi.commands

kadi.commands.conf.commands_version = "1"

logger = logging.getLogger("agasc.supplement")
the_parser = get_parser()
Expand Down
3 changes: 0 additions & 3 deletions agasc/scripts/update_supplement.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,6 @@ def main():
"""
The main function for the update_obs_status script.
"""
import kadi.commands

kadi.commands.conf.commands_version = "1"

args = get_parser().parse_args()

Expand Down

0 comments on commit 9e1d5d9

Please sign in to comment.