mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
PEP8 fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
|
||||||
class HttpStatusMixin(object):
|
class HttpStatusMixin(object):
|
||||||
"""
|
"""
|
||||||
Custom mixin to provide more detail in the event of an unexpected HTTP response.
|
Custom mixin to provide more detail in the event of an unexpected HTTP response.
|
||||||
|
|||||||
Reference in New Issue
Block a user