Skip to content

Commit

Permalink
Update ros3d.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andor233 authored and hbcarlos committed Mar 3, 2023
1 parent d4f75f3 commit 0bb70ca
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 0bb70ca

Please sign in to comment.