Skip to content

Commit ec04ea0

Browse files
authored
Update test_util.py
1 parent d490d66 commit ec04ea0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎test/test_util.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
parse_date,
2323
tzoffset,
2424
from_timestamp)
25-
from test.lib import TestBase
25+
from test.lib import (
26+
TestBase,
27+
with_rw_repo,
28+
)
2629
from git.util import (
2730
LockFile,
2831
BlockingLockFile,

0 commit comments

Comments
 (0)