Remove old variable declaration

This commit is contained in:
twangboy 2017-06-29 16:57:01 -06:00
parent c5cf5e92c1
commit 9fe83a34a5
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -132,7 +132,6 @@ class FileReplaceTestCase(TestCase, LoaderModuleMockMixin):
# not appending if matches
with tempfile.NamedTemporaryFile('w+b', delete=False) as tfile:
base = 'foo=1\n#baz=42\nbar=2\n'
base = os.linesep.join(['foo=1', 'baz=42', 'bar=2'])
tfile.write(base)
tfile.flush()