Commit df3bacbf authored by Denis Bilenko's avatar Denis Bilenko

remove unnecessary empty line

parent 60c9501e
...@@ -60,7 +60,6 @@ class Event(object): ...@@ -60,7 +60,6 @@ class Event(object):
Return the value of the internal flag (``True`` or ``False``). Return the value of the internal flag (``True`` or ``False``).
""" """
if self._flag: if self._flag:
return self._flag return self._flag
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment