Skip to content

Commit 064b88c

Browse files
author
Thomas
committed
PEP8 fixes
1 parent 60d29ca commit 064b88c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netbox/exceptions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def __init__(self, resp_data):
3636
def __str__(self):
3737
return '{}'.format(self.err)
3838

39+
3940
class UpdateException(BaseException):
4041
"""Raised when an object update fails"""
4142
def __init__(self, resp_data):
@@ -47,6 +48,7 @@ def __init__(self, resp_data):
4748
def __str__(self):
4849
return '{}'.format(self.err)
4950

51+
5052
class AuthException(BaseException):
5153
"""Raised when an API call method is not allowed"""
5254
pass

0 commit comments

Comments
 (0)