removed blank lines around function docstring
D201/D202
This commit is contained in:
parent
fb68245f2e
commit
a3bf53d0cd
@ -314,9 +314,7 @@ def test_release_info(files, expected, caplog, monkeypatch):
|
|||||||
|
|
||||||
|
|
||||||
def test_path_info(monkeypatch):
|
def test_path_info(monkeypatch):
|
||||||
|
|
||||||
"""Test _path_info()."""
|
"""Test _path_info()."""
|
||||||
|
|
||||||
patches = {
|
patches = {
|
||||||
'config': lambda: 'CONFIG PATH',
|
'config': lambda: 'CONFIG PATH',
|
||||||
'data': lambda: 'DATA PATH',
|
'data': lambda: 'DATA PATH',
|
||||||
|
Loading…
Reference in New Issue
Block a user