From 2e4021faa0804a182faa98c822796db776296f93 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Thu, 11 Sep 2025 12:28:10 -0700 Subject: [PATCH] Remove unnecessary global statement --- python/lsst/display/firefly/firefly.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/lsst/display/firefly/firefly.py b/python/lsst/display/firefly/firefly.py index 3e7298c..c9a0a79 100644 --- a/python/lsst/display/firefly/firefly.py +++ b/python/lsst/display/firefly/firefly.py @@ -64,7 +64,6 @@ def __handleCallbacks(event): pParams = {'URL': 'http://web.ipac.caltech.edu/staff/roby/demo/wise-m51-band2.fits', 'ColorTable': '9'} plot_id = 3 - global _fireflyClient _fireflyClient.show_fits(fileOnServer=None, plot_id=plot_id, additionalParams=pParams) _LOG.debug("Callback event info: %s", event)