realm.py: whitespace

Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
Jed Reynolds
2021-03-11 00:58:50 -08:00
parent 24817ab3c4
commit 61241b5d88

View File

@@ -185,8 +185,8 @@ class Realm(LFCliBase):
return
LFUtils.wait_until_ports_disappear(base_url=self.lfclient_url,
port_list=sta_list,
debug=debug_)
port_list=sta_list,
debug=debug_)
def rm_port(self, port_eid, check_exists=True, debug_=False):
if port_eid is None: