소스 검색

fix flake8 lint error

Peter Rowlands 3 년 전
부모
커밋
ee23119860
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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,
 )