Skip to content

Commit 9efc013

Browse files
BareninVitalyafilipchristiansen
authored andcommitted
Check core.longpaths using --global instead of --system on Windows
1 parent 13f8d44 commit 9efc013

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gitingest/utils/git_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import asyncio
66
import base64
7-
import ctypes
87
import os
98
import re
109
import sys
@@ -14,7 +13,6 @@
1413
from typing import Final
1514
from urllib.parse import urlparse
1615

17-
import httpx
1816
from starlette.status import HTTP_200_OK, HTTP_401_UNAUTHORIZED, HTTP_403_FORBIDDEN, HTTP_404_NOT_FOUND
1917

2018
from gitingest.utils.compat_func import removesuffix

0 commit comments

Comments
 (0)