Skip to content

Commit

Permalink
reformat: black
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-baier committed Nov 4, 2024
1 parent b4226a2 commit 2fbe398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pint/models/noise_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from pint.models.parameter import floatParameter, maskParameter
from pint.models.timing_model import Component

AU_light_sec = const.au.to('lightyear').value * u.year.to('s') # 1 AU in light seconds
AU_light_sec = const.au.to("lightyear").value * u.year.to("s") # 1 AU in light seconds
AU_pc = const.au.to("parsec").value # 1 AU in parsecs (for DM normalization)


Expand Down

0 comments on commit 2fbe398

Please sign in to comment.