From 108c65645fcc514354994acad43fcee2d827730c Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 23 Oct 2024 13:31:05 +0200
Subject: [PATCH] black

---
 tangostationcontrol/tangostationcontrol/common/constants.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tangostationcontrol/tangostationcontrol/common/constants.py b/tangostationcontrol/tangostationcontrol/common/constants.py
index 4f8bb591f..5206c241e 100644
--- a/tangostationcontrol/tangostationcontrol/common/constants.py
+++ b/tangostationcontrol/tangostationcontrol/common/constants.py
@@ -50,9 +50,9 @@ N_beamsets_max = 2
 # number of beamsets we control
 N_beamsets_ctrl = 1
 # The maximum amount of beamlets the SDP (and we) support
-N_beamlets_max = 488*4
+N_beamlets_max = 488 * 4
 # number of actively controlled beamlets
-N_beamlets_ctrl = 488*4
+N_beamlets_ctrl = 488 * 4
 # maximum number of beamlet output destinations
 N_bdo_destinations_mm = 32
 
-- 
GitLab