Skip to content

Commit b5eefee

Browse files
committed
black formatting
1 parent 3bb2962 commit b5eefee

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

velociraptor/catalogue/velociraptor_catalogue.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,12 @@ def getter(self):
131131
self,
132132
f"_{name}",
133133
unyt.unyt_array(
134-
handle[field][mask[sort_mask]][unsort_mask],
135-
unit,
134+
handle[field][mask[sort_mask]][unsort_mask], unit
136135
),
137136
)
138137
else:
139138
setattr(
140-
self,
141-
f"_{name}",
142-
unyt.unyt_array(handle[field][mask], unit),
139+
self, f"_{name}", unyt.unyt_array(handle[field][mask], unit)
143140
)
144141
getattr(self, f"_{name}").name = full_name
145142
getattr(self, f"_{name}").file = filename

0 commit comments

Comments
 (0)