From d93cfa3570fde86e957f868993e2a992fb32a247 Mon Sep 17 00:00:00 2001 From: Burathar Date: Fri, 10 Jul 2020 23:40:17 +0200 Subject: [PATCH] shut up, pylint --- app/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models.py b/app/models.py index d55e301..4c73bcd 100644 --- a/app/models.py +++ b/app/models.py @@ -145,6 +145,7 @@ class Player(UserMixin, db.Model): return check_password_hash(self.password_hash, password) def last_location(self, game=None): + # pylint: disable=not-an-iterable if not self.locations: return None if game is None: