Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Jan 3, 2025
1 parent 10999ce commit ef0835a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lcviz/components/components.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from astropy import units as u
from functools import cached_property
import numpy as np

from ipyvuetify import VuetifyTemplate
from glue.core import HubListener
Expand Down
1 change: 0 additions & 1 deletion lcviz/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def tess_dvt_parser(app, file_obj, data_label=None, show_in_viewer=True, **kwarg
ephem_plugin.t0 = header['TEPOCH'] + time_offset - app.data_collection[0].coords.reference_time.jd # noqa

Check warning on line 65 in lcviz/parsers.py

View check run for this annotation

Codecov / codecov/patch

lcviz/parsers.py#L63-L65

Added lines #L63 - L65 were not covered by tests



@data_parser_registry("light_curve_parser")
def light_curve_parser(app, file_obj, data_label=None, show_in_viewer=True, **kwargs):
# load a LightCurve or TargetPixelFile object:
Expand Down

0 comments on commit ef0835a

Please sign in to comment.