Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 20, 2023
1 parent 75f63e0 commit 53bb4bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pydrex/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

import numpy as np

from pydrex import io as _io
from pydrex import exceptions as _err
from pydrex import io as _io
from pydrex import logger as _log
from pydrex import minerals as _minerals
from pydrex import stats as _stats
Expand Down
2 changes: 1 addition & 1 deletion src/pydrex/minerals.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from pydrex import exceptions as _err
from pydrex import io as _io
from pydrex import logger as _log
from pydrex import tensors as _tensors
from pydrex import stats as _stats
from pydrex import tensors as _tensors

OLIVINE_STIFFNESS = np.array(
[
Expand Down
1 change: 1 addition & 0 deletions tools/pfplot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import sys

from pydrex import visualisation as _vis

_vis.polefigures(
Expand Down

0 comments on commit 53bb4bb

Please sign in to comment.