Skip to content

Commit 0ea7802

Browse files
committed
refactor: reorder import statements in repository_clone.py for better organization
1 parent 2678784 commit 0ea7802

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gitingest/repository_clone.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"""
44

55
import asyncio
6-
import shutil
76
import os
8-
7+
import shutil
98
from dataclasses import dataclass
109
from pathlib import Path
1110

0 commit comments

Comments
 (0)