Skip to content

Commit

Permalink
remove init and see if its ok
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Jul 9, 2024
1 parent feee300 commit 3c466e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sunkit_pyvista/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def __init__(self, *args, coordinate_frame=None, obstime=None, **kwargs):
coordinate_frame = HeliocentricInertial(obstime=obstime)
self._coordinate_frame = coordinate_frame
self.all_meshes = {}
self._initialized = True

@property
def coordinate_frame(self):
Expand Down

0 comments on commit 3c466e9

Please sign in to comment.