Skip to content

Commit f7f43fc

Browse files
committed
TYP: Type annotate tests/test_units/test_providers_utils_class.py
1 parent a871816 commit f7f43fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_units/test_providers_utils_class.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import pytest
22

3+
from fmu.dataio.dataio import ExportData
34
from fmu.dataio.providers.objectdata._utils import Utils
45

56

6-
def test_stratigraphy(edataobj2):
7+
def test_stratigraphy(edataobj2: ExportData) -> None:
78
"""Test the stratigraphy."""
89

910
strat = edataobj2.config.stratigraphy

0 commit comments

Comments
 (0)