From a2c4c45b3c2c9a0048e744b7083a82c9f15ad7dd Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Sun, 23 Aug 2026 13:58:09 +0800 Subject: [PATCH] lint: import order in modal_export --- src/gpu/modal_export.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gpu/modal_export.py b/src/gpu/modal_export.py index e3c79ac..e52c594 100644 --- a/src/gpu/modal_export.py +++ b/src/gpu/modal_export.py @@ -19,9 +19,8 @@ from __future__ import annotations -from pathlib import Path - import re +from pathlib import Path import modal