Skip to content

Commit

Permalink
[pivot-] add missing import #2078
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Oct 23, 2023
1 parent b4387c9 commit 3932c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/pivot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import collections
from copy import copy
from visidata import ScopedSetattr, Column, Sheet, asyncthread, Progress, forward, wrapply, INPROGRESS
from visidata import vlen, vd, date
from visidata import vlen, vd, date, setitem
import visidata


Expand Down

0 comments on commit 3932c54

Please sign in to comment.