From e0056129a41c41ad39f99ea66fc867615b30aa00 Mon Sep 17 00:00:00 2001 From: Marek Marecki Date: Wed, 1 May 2013 00:50:45 +0200 Subject: [PATCH] Small changes in Makefile and code --- Makefile | 2 +- diaspy/client.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e9a501a..91ab8ce 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: style-check test style-check: - flake8 ./diaspy/ + flake8 --max-complexity 6 ./diaspy/ test: python3 -m unittest --verbose --catch --failfast tests.py diff --git a/diaspy/client.py b/diaspy/client.py index 3f15378..64643eb 100644 --- a/diaspy/client.py +++ b/diaspy/client.py @@ -1,4 +1,3 @@ -import json import diaspy.models import diaspy.connection -- 2.25.1