Skip to content

Commit b68b914

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

parcels/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
__version__ = version
44

5+
import warnings
6+
57
from parcels.application_kernels import *
68
from parcels.field import *
79
from parcels.fieldset import *
@@ -11,7 +13,6 @@
1113
from parcels.particlefile import *
1214
from parcels.particleset import *
1315
from parcels.tools import *
14-
import warnings
1516

1617
warnings.warn(
1718
"This is an alpha version of Parcels v4. The API is not stable and may change without deprecation warnings.",

0 commit comments

Comments
 (0)