Skip to content

Commit 538908b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f7188ca commit 538908b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

magpylib_material_response/demag.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""demag_functions"""
2+
23
# +
34
# pylint: disable=invalid-name, redefined-outer-name, protected-access
45
import sys

tests/test_meshing.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Test meshing functions"""
2+
23
import magpylib as magpy
34
import numpy as np
45
import pytest

0 commit comments

Comments
 (0)