Skip to content

Commit

Permalink
Black Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger committed Nov 10, 2023
1 parent 97f3e2e commit c0d4bbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pystages/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ class Stage(ABC):

def __init__(self, num_axis=1):
"""
:param num_axis: The number of axis of the stage, can be updated or set after initialisation
of the object.
:param num_axis: The number of axis of the stage, can be updated or set after initialization
of the object.
"""
self.num_axis = num_axis
# The wait routine is a function that is called when the wait_move_finished is looping.
# It can be used to add some temporisation and/or UI updates.
# It can be used to add some temporization and/or UI updates.
self.wait_routine = None

# Minimum and maximum software limits
Expand Down

0 comments on commit c0d4bbf

Please sign in to comment.