From 2733d219f8d8798d1e34fb911ef00726f42688e2 Mon Sep 17 00:00:00 2001 From: "Dr. Torge Valerius" Date: Wed, 4 May 2022 19:34:54 +0200 Subject: [PATCH] Fix indent --- pypureomapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypureomapi.py b/pypureomapi.py index 5039a63..9944db9 100644 --- a/pypureomapi.py +++ b/pypureomapi.py @@ -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