Skip to content

Commit cf80424

Browse files
BareninVitalyafilipchristiansen
authored andcommitted
Use 'git config core.longpaths' without level
1 parent 9efc013 commit cf80424

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/gitingest/utils/git_utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@
1010
from pathlib import Path
1111
from typing import TYPE_CHECKING, Final, Iterable
1212
import sys
13-
from typing import Final
1413
from urllib.parse import urlparse
1514

16-
from starlette.status import HTTP_200_OK, HTTP_401_UNAUTHORIZED, HTTP_403_FORBIDDEN, HTTP_404_NOT_FOUND
17-
18-
from gitingest.utils.compat_func import removesuffix
19-
2015
from starlette.status import (
2116
HTTP_200_OK,
2217
HTTP_301_MOVED_PERMANENTLY,

0 commit comments

Comments
 (0)