X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4c48c47d0b84e516114c16ee191359166e93a51c..00475040ce64f82be78711a188d40a3abf518af4:/apps/apiclient/tests.py?ds=sidebyside

diff --git a/apps/apiclient/tests.py b/apps/apiclient/tests.py
index 2247054b..13cd4a50 100644
--- a/apps/apiclient/tests.py
+++ b/apps/apiclient/tests.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 """
 This file demonstrates two different styles of tests (one doctest and one
 unittest). These will both pass when you run "manage.py test".
@@ -7,6 +8,7 @@ Replace these with more appropriate tests for your application.
 
 from django.test import TestCase
 
+
 class SimpleTest(TestCase):
     def test_basic_addition(self):
         """
@@ -20,4 +22,3 @@ Another way to test that 1 + 1 is equal to 2.
 >>> 1 + 1 == 2
 True
 """}
-