Skip to content

Commit 5f0a165

Browse files
committed
Remove unused imports
1 parent 1fb0189 commit 5f0a165

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/parcels/_core/kernel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from __future__ import annotations
22

3-
import math # noqa: F401
4-
import random # noqa: F401
53
import types
64
import warnings
75
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)