Skip to content

Commit 2f63a3b

Browse files
committed
lint exception
1 parent e995c8c commit 2f63a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypureomapi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ def lookup_hostname(self, ip):
12481248
except KeyError: # client hostname
12491249
raise OmapiErrorNotFound()
12501250

1251-
def add_host_supersede(self, ip, mac, name, hostname=None, router=None, domain=None):
1251+
def add_host_supersede(self, ip, mac, name, hostname=None, router=None, domain=None): # pylint:disable=too-many-arguments
12521252
"""Create a host object with given ip, mac, name, hostname, router and
12531253
domain. hostname, router and domain are optional arguments.
12541254

0 commit comments

Comments
 (0)