Skip to content

Commit 582092b

Browse files
committed
Fix code style issues with Black
1 parent 521a8e8 commit 582092b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketpy/stochastic/stochastic_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __str__(self):
9999

100100
# TODO: elaborate a short, concise version of the __str__ method
101101
# def __repr__(self):
102-
# return f"{self.__class__.__name__}(object={self.object}, **kwargs)"
102+
# return f"{self.__class__.__name__}(object={self.object}, **kwargs)"
103103

104104
def _validate_tuple(self, input_name, input_value, getattr=getattr):
105105
"""Validator for tuple arguments. Checks if input is in a valid format.

0 commit comments

Comments
 (0)