Skip to content

Commit

Permalink
Merge pull request #145 from Andor233/master
Browse files Browse the repository at this point in the history
Fix #144
  • Loading branch information
hbcarlos authored Mar 3, 2023
2 parents d4f75f3 + 0bb70ca commit 6366c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyros/ros1/ros3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import os

from traitlets import *
from traitlets.traitlets import *
import ipywidgets as widgets

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

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

0 comments on commit 6366c5b

Please sign in to comment.