removed blank lines around function docstring

D201/D202
This commit is contained in:
Daniel Karbach 2016-09-27 16:01:25 +02:00
parent fb68245f2e
commit a3bf53d0cd

View File

@ -314,9 +314,7 @@ def test_release_info(files, expected, caplog, monkeypatch):
def test_path_info(monkeypatch):
"""Test _path_info()."""
patches = {
'config': lambda: 'CONFIG PATH',
'data': lambda: 'DATA PATH',