Skip to content

Commit

Permalink
Merge pull request #245 from digitalocean/fix-linter
Browse files Browse the repository at this point in the history
Make pycodestyle happy
  • Loading branch information
Zach Moody authored Jun 22, 2020
2 parents 5cc0897 + 74589af commit 9a01988
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pynetbox/models/dcim.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ def elevation(self):
""" Represents the ``elevation`` detail endpoint.
Returns a DetailEndpoint object that is the interface for
viewing response from the elevation endpoint updated in Netbox version 2.8.
viewing response from the elevation endpoint updated in
Netbox version 2.8.
:returns: :py:class:`.DetailEndpoint`
Expand All @@ -137,6 +138,7 @@ def elevation(self):
"""
return RODetailEndpoint(self, "elevation", custom_return=RUs)


class Termination(Record):
def __str__(self):
# hacky check to see if we're a circuit termination to
Expand Down

0 comments on commit 9a01988

Please sign in to comment.