Skip to content

Commit

Permalink
Update lens.py remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
carogee authored Jan 7, 2025
1 parent 00741fe commit ee3a386
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pcdsdevices/lens.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ def __init__(self, prefix, *, name, **kwargs):
if state in self.in_states
else (1 if state in self.out_states
else 0))
super().__init__(prefix, name=name, **kwargs)

super().__init__(prefix, name=name, **kwargs)
self.x = self.x_motor
self.y = self.y_motor

Expand Down

0 comments on commit ee3a386

Please sign in to comment.