Skip to content

Commit

Permalink
thanks black
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Mar 28, 2023
1 parent 6437e00 commit 4de660e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastjet/_pyjet.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def constituent_index(self, min_pt=0):
return _dak_dispatch(self, "constituent_index", min_pt=min_pt)

def constituents(self, min_pt=0):
return (_dak_dispatch(self, "constituents", min_pt=min_pt),)
return _dak_dispatch(self, "constituents", min_pt=min_pt)

def exclusive_jets_constituent_index(self, njets=10):
return self._internalrep.exclusive_jets_constituent_index(njets)
Expand Down

0 comments on commit 4de660e

Please sign in to comment.