Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Nov 12, 2024
1 parent b87fa0c commit 77b0bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proteus/interior/aragog.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import numpy as np
import pandas as pd
import platformdirs

from aragog import Output, Solver
from aragog.parser import (
Parameters,
Expand All @@ -25,6 +24,7 @@
_ScalingsParameters,
_SolverParameters,
)

from proteus.interior.timestep import next_step
from proteus.utils.constants import R_earth, secs_per_year

Expand Down

0 comments on commit 77b0bf8

Please sign in to comment.