From 76e5289e12a2ae13e0410006bca1e6030ffdd59e Mon Sep 17 00:00:00 2001 From: Andrew Walter Date: Wed, 19 Jun 2024 09:54:08 -0400 Subject: [PATCH] found a line longer than 80 characters --- src/ari_sxn_common/common_ophyd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ari_sxn_common/common_ophyd.py b/src/ari_sxn_common/common_ophyd.py index 4962b7d..d43f6cb 100644 --- a/src/ari_sxn_common/common_ophyd.py +++ b/src/ari_sxn_common/common_ophyd.py @@ -324,8 +324,8 @@ class ProsilicaCam(ProsilicaDetectorCam): *methods : many The methods of the parent `ProsilicaDetectorCam` class. __init__(*args, **kwargs) : - Runs the parent `ProsilicaDetector` __init__() method and then updates - the 'kind' attribute on a few attributes. + Runs the parent `ProsilicaDetector` __init__() method and then + updates the 'kind' attribute on a few attributes. """ def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs)