style
[redakcja.git] / apps / apiclient / models.py
index d3c8f62..b311878 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 from django.db import models
 from django.contrib.auth.models import User
 
@@ -16,5 +17,3 @@ class OAuthConnection(models.Model):
             o = cls(user=user)
             o.save()
             return o
-
-