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 Apr 1, 2024
1 parent 4d5531e commit 102e15e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions mag2exp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Simulate experimental measurements."""

import importlib

import pytest
Expand Down
1 change: 1 addition & 0 deletions mag2exp/ltem.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Module for calculation of Lorentz Transmission Electron Microscopy related
quantities.
"""

import warnings

import discretisedfield as df
Expand Down
1 change: 1 addition & 0 deletions mag2exp/magnetometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Module for calculation of magnetometry based techniques.
"""

import discretisedfield as df
import micromagneticmodel as mm
import numpy as np
Expand Down
1 change: 1 addition & 0 deletions mag2exp/moke.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
and we are looking to correct this in future releases. Please feel free to
contact us or raise an issue if you have any comments on this technique.**
"""

import warnings

import discretisedfield as df
Expand Down
1 change: 1 addition & 0 deletions mag2exp/sans.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Module for calculation of Small Angle Neutron Scattering related
quantities.
"""

import discretisedfield as df
import numpy as np
from scipy.spatial.transform import Rotation
Expand Down
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tasks to release the package."""

import os
import shutil

Expand Down

0 comments on commit 102e15e

Please sign in to comment.