Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhundhausen committed Oct 22, 2024
1 parent a396c67 commit 1347fc8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions menu_tools/utils/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ def _object_params(self) -> dict:

@property
def plot_label(self) -> str:
"""Label of the object in the plots
"""
"""Label of the object in the plots"""
return self._object_params["label"]

def get_scaling_object(self, eta_range: str) -> str:
Expand Down Expand Up @@ -249,7 +248,7 @@ def cuts(self) -> Optional[dict[str, list[str]]]:
For info on the structure of the returned object see docstring of base
class.
Returns:
Returns:
object_cut_dict: For info on the structure of the returned object
see docstring of base class.
"""
Expand All @@ -262,7 +261,7 @@ def event_cuts(self) -> Optional[dict[str, list[str]]]:
Is meant to provied cuts to remove *events* whose object doesn't fulfill the
criteria.
Returns:
Returns:
event_cut_dict: For info on the structure of the returned object
see docstring of base class.
"""
Expand Down

0 comments on commit 1347fc8

Please sign in to comment.