Skip to content

Commit 73a1add

Browse files
authored
fix: add missing imports so that dataframes can be written to ttrees (#1524)
Added missing imports
1 parent 14c3284 commit 73a1add

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/uproot/writing/writable.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
import uproot.models.TObjString
3838
import uproot.sink.file
3939
import uproot.writing._cascade
40+
import uproot.writing._cascadetree
41+
import uproot.writing.identify
4042
from uproot._util import no_filter, no_rename
4143

4244

0 commit comments

Comments
 (0)