From 3c009f3ff45d89a703bc833c900e06a79b32f1c1 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 19 Nov 2018 15:49:28 +0100 Subject: Coding style Fix a few random issues pointed out by pylint, mainly unused imports. --- crocoite/test_devtools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crocoite/test_devtools.py') diff --git a/crocoite/test_devtools.py b/crocoite/test_devtools.py index 8676e6c..74d223f 100644 --- a/crocoite/test_devtools.py +++ b/crocoite/test_devtools.py @@ -103,7 +103,7 @@ async def test_tab_crash (tab): # caling anything else now should fail as well with pytest.raises (Crashed): - version = await tab.Browser.getVersion () + await tab.Browser.getVersion () @pytest.mark.asyncio async def test_load (tab, server): -- cgit v1.2.3