From 1c8a171703ae2824149786f733876183d9cb400a Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 4 Mar 2016 20:05:05 +0000 Subject: [PATCH] Code style tweak. - Legacy-Id: 10893 --- ietf/doc/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/doc/models.py b/ietf/doc/models.py index b6639d8a1..2647235af 100644 --- a/ietf/doc/models.py +++ b/ietf/doc/models.py @@ -237,7 +237,7 @@ class DocumentInfo(models.Model): if e and (e.text != ""): return e.time else: - return False + return None def meeting_related(self): answer = False