Skip to content

Commit 1c8a171

Browse files
committed
Code style tweak.
- Legacy-Id: 10893
1 parent 6ee1786 commit 1c8a171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def has_rfc_editor_note(self):
237237
if e and (e.text != ""):
238238
return e.time
239239
else:
240-
return False
240+
return None
241241

242242
def meeting_related(self):
243243
answer = False

0 commit comments

Comments
 (0)