Skip to content

Commit d08ff43

Browse files
authored
Merge pull request #32 from interscript/fix/lint-imports
lint: import order in modal_export
2 parents 0830e1b + a2c4c45 commit d08ff43

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/gpu/modal_export.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919

2020
from __future__ import annotations
2121

22-
from pathlib import Path
23-
2422
import re
23+
from pathlib import Path
2524

2625
import modal
2726

0 commit comments

Comments
 (0)