Skip to content
Snippets Groups Projects
Commit 9cf127e2 authored by Brandon Piotrzkowski's avatar Brandon Piotrzkowski
Browse files

Fix lint

parent a91835d3
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ from celery import group
import numpy as np
from ligo.skymap.io import fits, read_sky_map, write_sky_map
from ligo.skymap.distance import parameters_to_marginal_moments
from ligo.skymap.tool import ligo_skymap_combine
import gcn
import healpy as hp
import lxml.etree
......
......@@ -313,7 +313,7 @@ def handle_grb_igwn_alert(alert):
superevent, tl, th, gw_group),
external_skymaps.create_combined_skymap.si(
superevent_id, ext_id, gw_moc='CBC'==gw_group
superevent_id, ext_id, gw_moc=('CBC' == gw_group)
)
).delay()
elif 'EM_COINC' in alert['object']['labels']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment