Skip to content

Commit

Permalink
Update sunkit_instruments/response/abstractions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Hayes <[email protected]>
  • Loading branch information
wtbarnes and hayesla authored Sep 25, 2024
1 parent be5f3b6 commit b08d214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunkit_instruments/response/abstractions.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def energy_per_photon(self) -> u.eV / u.photon:

@abc.abstractmethod
@u.quantity_input
def degradation(self, obstime=None): ...
def degradation(self, obstime=None) -> u.dimensionless_unscaled: ...

@property
@abc.abstractmethod
Expand Down

0 comments on commit b08d214

Please sign in to comment.