Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kadrlica committed Nov 28, 2024
1 parent f369129 commit f7ce421
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,8 @@ def test_send_fits_image_command(self):
"repo": "embargo",
"collection": "u/kadrlica/binCalexp4",
"image_name": "calexpBinned8",
"data_id": {
"instrument": "LSSTComCam",
"detector": 3,
"visit": 2024110900185
}
}
"data_id": {"instrument": "LSSTComCam", "detector": 3, "visit": 2024110900185},
},
}

print(lras.command.BaseCommand.command_registry)
Expand Down

0 comments on commit f7ce421

Please sign in to comment.