diff --git a/modules/hist/TF3Painter.mjs b/modules/hist/TF3Painter.mjs index c80fc82fe..6ba484df6 100644 --- a/modules/hist/TF3Painter.mjs +++ b/modules/hist/TF3Painter.mjs @@ -1,4 +1,4 @@ -import { createHistogram, setHistogramTitle, kNoStats, settings, clTF3, clTH2F, isStr } from '../core.mjs'; +import { createHistogram, setHistogramTitle, kNoStats, settings, clTF3, clTH2F } from '../core.mjs'; import { TH2Painter } from '../hist/TH2Painter.mjs'; import { proivdeEvalPar } from '../base/func.mjs'; import { produceTAxisLogScale, scanTF1Options } from '../hist/TF1Painter.mjs';