소스 검색

Fix import.

Jelmer Vernooij 4 년 전
부모
커밋
4c0d78c494
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dulwich/tests/test_object_store.py

+ 1 - 1
dulwich/tests/test_object_store.py

@@ -33,13 +33,13 @@ from dulwich.index import (
     )
 from dulwich.errors import (
     NotTreeError,
-    EmptyFileException,
     )
 from dulwich.objects import (
     sha_to_hex,
     Blob,
     Tree,
     TreeEntry,
+    EmptyFileException,
     )
 from dulwich.object_store import (
     DiskObjectStore,