From c72225de40f575596f59bd5b689ec1328a5ab05b Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 17 Jul 2022 17:32:13 -0400 Subject: [PATCH] rssbridge: Fix flake8 errors Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- plinth/modules/rssbridge/tests/test_functional.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plinth/modules/rssbridge/tests/test_functional.py b/plinth/modules/rssbridge/tests/test_functional.py index 53b2e466f..39931ac79 100644 --- a/plinth/modules/rssbridge/tests/test_functional.py +++ b/plinth/modules/rssbridge/tests/test_functional.py @@ -4,11 +4,7 @@ Functional, browser based tests for RSS-Bridge app. """ import json -import ssl import subprocess -import urllib - -import pytest from plinth.tests import functional