mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
PEP8
This commit is contained in:
committed by
Rodrigo Chacon
parent
11a8c78aa5
commit
50ddd78b89
+2
-4
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
import base64
|
||||
import unittest
|
||||
|
||||
import httpbin
|
||||
import unittest
|
||||
import base64
|
||||
|
||||
|
||||
def _string_to_base64(string):
|
||||
@@ -54,7 +54,5 @@ class HttpbinTestCase(unittest.TestCase):
|
||||
self.assertNotIn('Access-Control-Allow-Headers', response.headers) # FIXME should we add any extra headers?
|
||||
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user