Skip to content

Commit

Permalink
🔥 Remove unused traitlets
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Apr 17, 2024
1 parent 5acf9e1 commit 1007818
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ipyaladin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class Aladin(anywidget.AnyWidget):
# Options for the view initialization
height = Int(400).tag(sync=True, init_option=True)
_target = Unicode("0 0").tag(sync=True, init_option=True)
_frame = Unicode("icrs").tag(sync=True, init_option=True)
fov = Float(60.0).tag(sync=True, init_option=True)
survey = Unicode("https://alaskybis.unistra.fr/DSS/DSSColor").tag(
sync=True, init_option=True
Expand Down

0 comments on commit 1007818

Please sign in to comment.