X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/99f6dd4f1ff0390de9a9bbd4e3352b953cb9a235..cbfc34b13a4ec1bcc4de3078317d7feffdbcbf17:/apps/api/urls.py

diff --git a/apps/api/urls.py b/apps/api/urls.py
index 0267ba097..7c12c017f 100644
--- a/apps/api/urls.py
+++ b/apps/api/urls.py
@@ -5,7 +5,7 @@
 from django.conf.urls import patterns, url
 from django.views.decorators.csrf import csrf_exempt
 from django.views.generic import TemplateView
-from piston.authentication import OAuthAuthentication, oauth_access_token 
+from piston.authentication import OAuthAuthentication, oauth_access_token
 from piston.resource import Resource
 
 from api import handlers