Skip to content

Commit

Permalink
(DiamondLightSource/hyperion#863) Fix typing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Jan 14, 2024
1 parent f3a915a commit 16962ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dodal/parameters/experiment_parameter_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

class AbstractExperimentParameterBase(ABC):
@abstractmethod
def get_num_images(self):
def get_num_images(self) -> int:
pass

0 comments on commit 16962ce

Please sign in to comment.