diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2021-08-04 10:20:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 10:20:44 +0100 |
commit | ec04ea01dbbab9c36105dfc3e34c94bbbbf298b2 (patch) | |
tree | f11d860722df07860df6fb339a2e896e4be72d54 /test/test_util.py | |
parent | d490d66e4b82d94b378daa9ad1e1a286e0e09258 (diff) | |
download | gitpython-ec04ea01dbbab9c36105dfc3e34c94bbbbf298b2.tar.gz |
Update test_util.py
Diffstat (limited to 'test/test_util.py')
-rw-r--r-- | test/test_util.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_util.py b/test/test_util.py index e9701f0c..3961ff35 100644 --- a/test/test_util.py +++ b/test/test_util.py @@ -22,7 +22,10 @@ from git.objects.util import ( parse_date, tzoffset, from_timestamp) -from test.lib import TestBase +from test.lib import ( + TestBase, + with_rw_repo, +) from git.util import ( LockFile, BlockingLockFile, |