Skip to content

Commit 9a01988

Browse files
author
Zach Moody
authored
Merge pull request #245 from digitalocean/fix-linter
Make pycodestyle happy
2 parents 5cc0897 + 74589af commit 9a01988

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pynetbox/models/dcim.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ def elevation(self):
124124
""" Represents the ``elevation`` detail endpoint.
125125
126126
Returns a DetailEndpoint object that is the interface for
127-
viewing response from the elevation endpoint updated in Netbox version 2.8.
127+
viewing response from the elevation endpoint updated in
128+
Netbox version 2.8.
128129
129130
:returns: :py:class:`.DetailEndpoint`
130131
@@ -137,6 +138,7 @@ def elevation(self):
137138
"""
138139
return RODetailEndpoint(self, "elevation", custom_return=RUs)
139140

141+
140142
class Termination(Record):
141143
def __str__(self):
142144
# hacky check to see if we're a circuit termination to

0 commit comments

Comments
 (0)