From e0298cdbd1f1a4fdd1963c93ea271cb52fb5c923 Mon Sep 17 00:00:00 2001 From: Hasan-Ahmad Date: Mon, 15 Oct 2018 21:45:21 +0100 Subject: Fixed import order and linting --- api/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/models.py') diff --git a/api/models.py b/api/models.py index c37417eb..7c9b63f5 100644 --- a/api/models.py +++ b/api/models.py @@ -70,7 +70,7 @@ class SnakeFact(ModelReprMixin, models.Model): ) def __str__(self): - return f"{self.fact}" + return self.fact class SnakeName(ModelReprMixin, models.Model): -- cgit v1.2.3