Skip to content

Commit 971656d

Browse files
committed
fix isort issue in gitloader
1 parent 46463d4 commit 971656d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loaders/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
2-
import subprocess
32
import shutil
3+
import subprocess
44
from pathlib import Path
55
from typing import List
66

0 commit comments

Comments
 (0)