Skip to content
Snippets Groups Projects
Commit edd67ff7 authored by johannes bilk's avatar johannes bilk
Browse files

there was a wrong space in a doc string

parent 2858659e
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ from uproot import TTree ...@@ -4,7 +4,7 @@ from uproot import TTree
class FindUnselectedClusters: class FindUnselectedClusters:
def __init__(self, panelIDs: list[int]) -> None: def __init__(self, panelIDs: list[int]) -> None:
""" """
Initialize the FindUnselectedClusters class. Initialize the FindUnselectedClusters class.
Parameters: Parameters:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment