Skip to content
Snippets Groups Projects
Commit 87d402d5 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

minor code cleanup

parent f0467455
No related branches found
No related tags found
No related merge requests found
...@@ -273,8 +273,6 @@ try: ...@@ -273,8 +273,6 @@ try:
IS_POLL_SUPPORTED = True IS_POLL_SUPPORTED = True
except AttributeError: except AttributeError:
IS_POLL_SUPPORTED = False IS_POLL_SUPPORTED = False
pass
class SelectHandlingLayer(HandlingLayer): class SelectHandlingLayer(HandlingLayer):
"""A select-based handling layer""" """A select-based handling layer"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment