Skip to content

Commit 94cd8e3

Browse files
committed
run isort
1 parent 22c2da0 commit 94cd8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_typer/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
A collection of useful utilities.
33
"""
44

5+
import os
56
import shutil
67
import sys
7-
import os
88
import typing as t
99
from pathlib import Path
1010
from threading import local

0 commit comments

Comments
 (0)