Skip to content

Commit

Permalink
Attempt to fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoucasse committed Oct 25, 2024
1 parent 6579e5a commit 1964181
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 @@ -6,7 +6,6 @@

import numpy as np
import pandas as pd

from aragog import Output, Solver
from aragog.parser import (
Parameters,
Expand All @@ -20,6 +19,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 1964181

Please sign in to comment.