From 0fb19edc46addfdf365be95de3f2f89b7ce8b8b1 Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Wed, 1 May 2024 10:15:05 -0400 Subject: [PATCH] STY: fixed indentation Fix over indented lines. --- ocbpy/ocb_scaling.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ocbpy/ocb_scaling.py b/ocbpy/ocb_scaling.py index d67b0c61..3356227a 100644 --- a/ocbpy/ocb_scaling.py +++ b/ocbpy/ocb_scaling.py @@ -576,7 +576,7 @@ def aacgm_mag(self): # TODO(#133): remove after old attributes are deprecated warnings.warn("".join(['`aacgm_mag` has been replaced with `vect_mag`,', ' and will be removed in version 0.4.1+.']), - DeprecationWarning, stacklevel=2) + DeprecationWarning, stacklevel=2) return self.vect_mag @property @@ -692,7 +692,7 @@ def aacgm_lat(self): # TODO(#133): remove after old attributes are deprecated warnings.warn("".join(['`aacgm_lat` has been replaced with `lat`, and ', 'will be removed in version 0.4.1+.']), - DeprecationWarning, stacklevel=2) + DeprecationWarning, stacklevel=2) return self.lat @property @@ -712,7 +712,7 @@ def aacgm_mlt(self): # TODO(#133): remove after old attributes are deprecated warnings.warn("".join(['`aacgm_mlt` has been replaced with `lt`, and ', 'will be removed in version 0.4.1+.']), - DeprecationWarning, stacklevel=2) + DeprecationWarning, stacklevel=2) return self.lt @property