Fix lint
This commit is contained in:
parent
06510832d0
commit
de5ecbf4e7
@ -55,7 +55,7 @@ def pbclient():
|
||||
|
||||
def test_constructor(qapp):
|
||||
http_client = httpclient.HTTPClient()
|
||||
pbclient = pastebin.PastebinClient(http_client)
|
||||
pastebin.PastebinClient(http_client)
|
||||
|
||||
|
||||
@pytest.mark.parametrize('data', [
|
||||
|
Loading…
Reference in New Issue
Block a user