Skip to content

Commit

Permalink
flake8 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
phycodurus committed Oct 20, 2023
1 parent a85d459 commit b45de04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tom_dataproducts/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG)


@dramatiq.actor(max_retries=0)
def atlas_query(min_date_mjd, max_date_mjd, target_id, data_product_type):
logger.debug('Calling atlas query!')
Expand Down

0 comments on commit b45de04

Please sign in to comment.