Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 00ef693

Browse filesBrowse files
Harmon758Byron
authored andcommitted
Remove no longer used imports in tests
1 parent eba8418 commit 00ef693
Copy full SHA for 00ef693

File tree

Expand file treeCollapse file tree

2 files changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-2
lines changed

‎git/test/test_fun.py

Copy file name to clipboardExpand all lines: git/test/test_fun.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from stat import S_IFDIR, S_IFREG, S_IFLNK
33
from os import stat
44
import os.path as osp
5-
from unittest import skipIf, SkipTest
5+
from unittest import SkipTest
66

77
from git import Git
88
from git.index import IndexFile

‎git/test/test_repo.py

Copy file name to clipboardExpand all lines: git/test/test_repo.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
from git.test.lib import with_rw_directory
5555
from git.util import join_path_native, rmtree, rmfile, bin_to_hex
5656

57-
import functools as fnt
5857
import os.path as osp
5958

6059

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.