Skip to content

Commit

Permalink
Revert "[init] async later imports"
Browse files Browse the repository at this point in the history
This reverts commit 4ff8b44.

Resulted in sporadic NameErrors in batch mode.
  • Loading branch information
anjakefala committed Nov 30, 2023
1 parent 4ff8b44 commit cd6ca06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion visidata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def getGlobals():

vd.importSubmodules('visidata.loaders')

@asyncsingle
def importFeatures():
vd.importSubmodules('visidata.features')
vd.importSubmodules('visidata.themes')
Expand Down

0 comments on commit cd6ca06

Please sign in to comment.