Skip to content
Snippets Groups Projects
Commit a6f5cc65 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

PEP8

parent 4fec5e57
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ class DeviceHandler(BaseHandler): ...@@ -29,7 +29,7 @@ class DeviceHandler(BaseHandler):
@defer.inlineCallbacks @defer.inlineCallbacks
def check_device_registered(self, user_id, device_id, def check_device_registered(self, user_id, device_id,
initial_device_display_name = None): initial_device_display_name=None):
""" """
If the given device has not been registered, register it with the If the given device has not been registered, register it with the
supplied display name. supplied display name.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment