Skip to content

Commit

Permalink
try to fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusud committed Jan 31, 2023
1 parent aa04025 commit 92b98f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml3d/vis/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import threading
import open3d as o3d
from open3d.visualization import gui
import open3d.visualization.gui as gui
from open3d.visualization import rendering
from collections import deque
from .boundingbox import *
Expand Down

0 comments on commit 92b98f7

Please sign in to comment.