Skip to content

Commit

Permalink
Update dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev authored Jul 24, 2024
1 parent c264ec3 commit 45a2c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ostap/fitting/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
list_types , sequence_types )
from ostap.math.base import islong
from ostap.fitting.variables import valid_formula, make_formula
from ostap.trees.cuts import expression_types, vars_and_cuts
from ostap.trees.cuts import expression_types, vars_and_cuts
import ostap.trees.trees
import ostap.fitting.roocollections
import ostap.fitting.printable
import ROOT, random, math, sys, ctypes
Expand Down

0 comments on commit 45a2c21

Please sign in to comment.