Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusb committed May 4, 2022
1 parent 79923c1 commit 2733d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypureomapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ def lookup_host(self, name):
except KeyError:
raise OmapiErrorAttributeNotFound()

def lookup_host_by_ip(self, ip):
def lookup_host_by_ip(self, ip):
"""Look for a host object with given ip address and return the
name, mac, and ip address
Expand Down

0 comments on commit 2733d21

Please sign in to comment.