Skip to content

Commit

Permalink
found a line longer than 80 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
awalter-bnl committed Jun 19, 2024
1 parent 0299f3a commit 76e5289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ari_sxn_common/common_ophyd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 76e5289

Please sign in to comment.