Skip to content

Commit 02a58a8

Browse files
committed
linting and formatting stuff
1 parent a930fa0 commit 02a58a8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/HydroErr/typing_aliases.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Typing aliases."""
2+
13
from collections.abc import Sequence
24

35
import numpy as np

src/HydroErr/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Utility functions."""
2+
13
import warnings
24

35
import numpy as np

0 commit comments

Comments
 (0)