Skip to content

Commit b819db8

Browse files
committed
Another style fix
1 parent 44241f6 commit b819db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def install():
6262
c = MockContext(run=True, repeat=True)
6363
mkdtemp.return_value = "tmpdir"
6464
get_archives.return_value = ["foo.tgz", "foo.whl"]
65+
6566
# I hate this but don't see a cleaner way to mock out a nested
6667
# 'exists()' w/o breaking everything else, or using a real tmpdir.
6768
def set_exists(value):

0 commit comments

Comments
 (0)