From bac64f1523a664c18c9e68d31538deae352446ab Mon Sep 17 00:00:00 2001 From: Yuta Taniguchi Date: Tue, 8 Oct 2019 20:45:37 +0900 Subject: [PATCH] Make LTIBase.is_role() an instance method --- pylti/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pylti/common.py b/pylti/common.py index c7c3d8a..08200a1 100644 --- a/pylti/common.py +++ b/pylti/common.py @@ -546,7 +546,6 @@ def role(self): # pylint: disable=no-self-use """ return self.session.get('roles') - @staticmethod def is_role(self, role): """ Verify if user is in role