Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx authored Oct 9, 2022
1 parent 6146b68 commit 7f3e2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Video_Killed_The_Radio_Star_Defusion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@
"from subprocess import Popen, PIPE\n",
"\n",
"from omegaconf import OmegaConf\n",
"from prefetch import background\n",
"from prefetch_generator import background\n",
"from tqdm.autonotebook import tqdm\n",
"\n",
"from vktrs.tsp import (\n",
Expand Down

0 comments on commit 7f3e2a1

Please sign in to comment.