X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=authosm%2Fbackend.py;h=b8342eb2af3f3efc17738e696a6db15e72a5db52;hb=55d48e7d9a12c290048fa3214bcf16e6ff0d22e7;hp=628eb6aab77a40318205059309e78fb273d2d091;hpb=4908f382154fddb84d72ce8d516229649c01b606;p=osm%2FLW-UI.git diff --git a/authosm/backend.py b/authosm/backend.py index 628eb6a..b8342eb 100644 --- a/authosm/backend.py +++ b/authosm/backend.py @@ -61,3 +61,4 @@ class OsmBackend(object): return OsmUser.objects.get(pk=user_id) except OsmUser.DoesNotExist: return None +