From 54fd38f98a9c983d9314fc91963d530cfb198d35 Mon Sep 17 00:00:00 2001 From: Daniel Baston Date: Fri, 10 Jan 2025 18:06:58 -0500 Subject: [PATCH] alphabetize imports --- autotest/gdrivers/vrtprocesseddataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest/gdrivers/vrtprocesseddataset.py b/autotest/gdrivers/vrtprocesseddataset.py index ed4dd444992d..1a80043ebc3d 100755 --- a/autotest/gdrivers/vrtprocesseddataset.py +++ b/autotest/gdrivers/vrtprocesseddataset.py @@ -10,8 +10,8 @@ # SPDX-License-Identifier: MIT ############################################################################### -import os import math +import os import gdaltest import pytest