Prechádzať zdrojové kódy

fix flake8 lint error

Peter Rowlands 3 rokov pred
rodič
commit
ee23119860
1 zmenil súbory, kde vykonal 0 pridanie a 3 odobranie
  1. 0 3
      dulwich/tests/test_porcelain.py

+ 0 - 3
dulwich/tests/test_porcelain.py

@@ -48,9 +48,6 @@ from dulwich.repo import (
     NoIndexPresent,
     Repo,
 )
-from dulwich.index import (
-    _fs_to_tree_path,
-)
 from dulwich.tests import (
     TestCase,
 )