Skip to content

Commit

Permalink
STY: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
IngridKJ committed Jan 20, 2025
1 parent 892372e commit 80c6aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/porepy/examples/mandel_biot.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

from __future__ import annotations

import warnings
from dataclasses import dataclass
from typing import Callable, Literal, Union, cast
import warnings

import matplotlib.colors as mcolors # type: ignore
import matplotlib.pyplot as plt
Expand Down

0 comments on commit 80c6aa6

Please sign in to comment.