Skip to content

Commit 6366c5b

Browse files
authored
Merge pull request #145 from Andor233/master
Fix #144
2 parents d4f75f3 + 0bb70ca commit 6366c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyros/ros1/ros3d.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import os
1010

11-
from traitlets import *
11+
from traitlets.traitlets import *
1212
import ipywidgets as widgets
1313

1414
from .._version import __version__
@@ -540,4 +540,4 @@ def modulify(d, suffix=''):
540540

541541
defaults_js = js_extract()
542542
with open(os.path.join(filedir, "../js/lib/defaults.js"), "w") as fo:
543-
fo.write(defaults_js)
543+
fo.write(defaults_js)

0 commit comments

Comments
 (0)