Skip to content

Commit 360f19f

Browse files
committed
auto_cut_release: fix import sorting
1 parent 438f24e commit 360f19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/python/materialize/release/auto_cut_release.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
import os
1313
import sys
14-
from pathlib import Path
1514
from datetime import datetime, timedelta
15+
from pathlib import Path
1616

1717
from materialize import MZ_ROOT, git, spawn
1818
from materialize.mz_version import MzVersion

0 commit comments

Comments
 (0)