Skip to content

Commit 6f7fba1

Browse files
authored
Pre-emptively fix isort
1 parent cdaa53a commit 6f7fba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/fluent/core/examples/downloads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
from pathlib import Path
2828
import re
2929
import shutil
30-
import zipfile
3130
from typing import TypeAlias
31+
import zipfile
3232

3333
import ansys.fluent.core as pyfluent
3434
from ansys.fluent.core.utils.networking import check_url_exists, get_url_content

0 commit comments

Comments
 (0)