Skip to content

Commit

Permalink
Sorted stm.py imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvl committed Jun 20, 2024
1 parent 8f5a22c commit 5fb59fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stmtools/stm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""space-time matrix module."""

import logging
import warnings
from collections.abc import Iterable
from pathlib import Path

Expand All @@ -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
Expand Down

0 comments on commit 5fb59fb

Please sign in to comment.