Pārlūkot izejas kodu

Sort imports alphabetically.

Jelmer Vernooij 10 gadi atpakaļ
vecāks
revīzija
03b858addc
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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,