فهرست منبع

Sort imports alphabetically.

Jelmer Vernooij 10 سال پیش
والد
کامیت
03b858addc
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      dulwich/tests/test_objects.py

+ 2 - 2
dulwich/tests/test_objects.py

@@ -40,6 +40,7 @@ from dulwich.objects import (
     Commit,
     ShaFile,
     Tag,
+    TreeEntry,
     format_timezone,
     hex_to_sha,
     sha_to_hex,
@@ -47,12 +48,11 @@ from dulwich.objects import (
     check_hexsha,
     check_identity,
     parse_timezone,
-    TreeEntry,
+    object_class,
     parse_tree,
     _parse_tree_py,
     sorted_tree_items,
     _sorted_tree_items_py,
-    object_class,
     )
 from dulwich.tests import (
     TestCase,