From ac65bb552782a534f1576bd28022788c8420363d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Marczykowska-G=C3=B3recka?= Date: Mon, 10 Sep 2018 19:02:05 +0200 Subject: [PATCH] Pylint fixes --- ci/requirements.txt | 3 ++- test-packages/quamash/__init__.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 test-packages/quamash/__init__.py diff --git a/ci/requirements.txt b/ci/requirements.txt index ac54cec..02655e0 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -8,4 +8,5 @@ lxml pylint sphinx pydbus -PyYAML \ No newline at end of file +PyYAML +Quamash diff --git a/test-packages/quamash/__init__.py b/test-packages/quamash/__init__.py deleted file mode 100644 index fc80254..0000000 --- a/test-packages/quamash/__init__.py +++ /dev/null @@ -1 +0,0 @@ -pass \ No newline at end of file