|
@@ -31,7 +31,6 @@ try:
|
|
|
except ImportError:
|
|
|
from io import StringIO
|
|
|
|
|
|
-import sys
|
|
|
from unittest import skipIf
|
|
|
|
|
|
from dulwich.tests import (
|
|
@@ -40,9 +39,6 @@ from dulwich.tests import (
|
|
|
from dulwich.tests.test_object_store import (
|
|
|
ObjectStoreTests,
|
|
|
)
|
|
|
-from dulwich.tests.utils import (
|
|
|
- build_pack,
|
|
|
- )
|
|
|
from dulwich.objects import (
|
|
|
Blob,
|
|
|
Commit,
|
|
@@ -50,9 +46,6 @@ from dulwich.objects import (
|
|
|
Tag,
|
|
|
parse_timezone,
|
|
|
)
|
|
|
-from dulwich.pack import (
|
|
|
- REF_DELTA,
|
|
|
- )
|
|
|
|
|
|
try:
|
|
|
from simplejson import dumps as json_dumps
|