From d0df64f1640c8baee3b63d782450a6573abe6998 Mon Sep 17 00:00:00 2001 From: Sharoon Thomas Date: Sun, 8 Sep 2013 16:44:19 +0530 Subject: [PATCH] Flake8ify --- company.py | 1 - 1 file changed, 1 deletion(-) diff --git a/company.py b/company.py index 0130471..3761c93 100644 --- a/company.py +++ b/company.py @@ -77,7 +77,6 @@ class NereidUser: return jsonify(user._json()) return super(NereidUser, cls).profile() - def is_project_admin(self): """ Returns True if the user is in the website admins list