Skip to content

Commit 3d32903

Browse files
author
Joost Delsman
committed
isort
1 parent 6ecbf39 commit 3d32903

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

imod/wq/ani.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
import numpy as np
21
import pathlib
32
import re
43
import shutil
54

5+
import numpy as np
6+
67
import imod
78
from imod.wq.pkgbase import Package
89

imod/wq/hfb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import pathlib
22
import shutil
3+
34
from imod.wq.pkgbase import Package
45

56

0 commit comments

Comments
 (0)