Skip to content

Commit a3a859c

Browse files
committed
Autoformat
1 parent 356597f commit a3a859c

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

harmonica/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"""
1010
Harmonica: Processing and modelling gravity and magnetic data.
1111
"""
12+
1213
from ._equivalent_sources.cartesian import EquivalentSources
1314
from ._equivalent_sources.gradient_boosted import EquivalentSourcesGB
1415
from ._equivalent_sources.spherical import EquivalentSourcesSph

harmonica/tests/test_point_gravity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"""
88
Test forward modelling for point masses.
99
"""
10+
1011
import re
1112
from pathlib import Path
1213

harmonica/tests/test_prism.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"""
88
Test forward modelling for prisms.
99
"""
10+
1011
import re
1112
from unittest.mock import patch
1213

harmonica/tests/test_tesseroid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"""
88
Test forward modelling for tesseroids.
99
"""
10+
1011
import re
1112
from unittest.mock import patch
1213

harmonica/tests/test_visualizations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"""
88
Test functions from the visualization module.
99
"""
10+
1011
import re
1112
from unittest.mock import patch
1213

harmonica/visualization/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
"""
88
Visualization of models.
99
"""
10+
1011
from ._prism import prism_to_pyvista

0 commit comments

Comments
 (0)