From 5fb59fbbb6b16a2088329168e624824d9f3200d5 Mon Sep 17 00:00:00 2001 From: thijsvl Date: Thu, 20 Jun 2024 15:16:45 +0200 Subject: [PATCH] Sorted stm.py imports. --- stmtools/stm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stmtools/stm.py b/stmtools/stm.py index 5aa3e8a..e2279ce 100644 --- a/stmtools/stm.py +++ b/stmtools/stm.py @@ -1,6 +1,7 @@ """space-time matrix module.""" import logging +import warnings from collections.abc import Iterable from pathlib import Path @@ -9,7 +10,6 @@ import numpy as np import pymorton as pm import xarray as xr -import warnings from scipy.spatial import KDTree from shapely.geometry import Point from shapely.strtree import STRtree