From 1b805d45979c85fe625d1944a974aee594ad5b54 Mon Sep 17 00:00:00 2001 From: Patrick Oneill Date: Wed, 13 Sep 2023 13:59:00 +0100 Subject: [PATCH] Blacken code --- src/pint/models/stand_alone_psr_binaries/BT_piecewise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pint/models/stand_alone_psr_binaries/BT_piecewise.py b/src/pint/models/stand_alone_psr_binaries/BT_piecewise.py index 46247830a..4b1cefff5 100644 --- a/src/pint/models/stand_alone_psr_binaries/BT_piecewise.py +++ b/src/pint/models/stand_alone_psr_binaries/BT_piecewise.py @@ -165,7 +165,7 @@ def setup_internal_structures(self, valDict=None): # Uses the index for each toa array to create arrays where elements are the A1X/T0X to use with that toa if len(self.piecewise_parameter_information) > 0: - if hasattr(self,'_t'): + if hasattr(self, "_t"): self.group_index_array = self.toa_belongs_in_group(self._t) (