Skip to content

Commit a446485

Browse files
fix flake8 transgressions
1 parent 95de8a6 commit a446485

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/test_functions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from setuptools_scm.version import guess_next_version, meta, format_version
55
from setuptools_scm.utils import has_command
66

7+
78
class MockTime(object):
89
def __format__(self, *k):
910
return 'time'
@@ -67,4 +68,4 @@ def test_dump_version_works_with_pretend(tmpdir, monkeypatch):
6768
def test_has_command(recwarn):
6869
assert not has_command('yadayada_setuptools_aint_ne')
6970
msg = recwarn.pop()
70-
assert 'yadayada' in str(msg.message)
71+
assert 'yadayada' in str(msg.message)

0 commit comments

Comments
 (0)