Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Fixed some PEP8 warnings
Browse files Browse the repository at this point in the history
So that my Vim plugin doesn't complain :)
  • Loading branch information
Paul M Furley committed Mar 12, 2014
1 parent 4f80548 commit 542f20b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/write/test_validation.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from hamcrest import *
from backdrop.write.validation import \
auth_header_is_valid, extract_bearer_token
import unittest
from hamcrest import assert_that, is_
from backdrop.write.validation import (auth_header_is_valid,
extract_bearer_token)
from mock import Mock


Expand Down

0 comments on commit 542f20b

Please sign in to comment.