PEP8 fix
This commit is contained in:
parent
138cbf9761
commit
ebddc46bc0
|
|
@ -1,5 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
class HttpStatusMixin(object):
|
||||
"""
|
||||
Custom mixin to provide more detail in the event of an unexpected HTTP response.
|
||||
|
|
|
|||
Loading…
Reference in New Issue