Skip to content

Commit c7914f2

Browse files
committed
ruff lint
1 parent 3cde9ba commit c7914f2

File tree

1 file changed

+1
-0
lines changed
  • bindings/pyroot/pythonizations/python/ROOT/_pythonization/_uhi

1 file changed

+1
-0
lines changed

bindings/pyroot/pythonizations/python/ROOT/_pythonization/_uhi/indexing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def _slice_set(self, index, unprocessed_index, value):
194194
assigning an array of values, provided the array's shape matches the slice.
195195
"""
196196
import numpy as np
197+
197198
import ROOT
198199

199200
if not np.isscalar(value):

0 commit comments

Comments
 (0)