diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-10-13 08:08:41 +0000 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2023-10-13 08:08:41 +0000 |
commit | 538b3e9fdedc1dd9ccfc3a4765528f17c2cf6da5 (patch) | |
tree | 169b491fb9da02a2299d85dd6e30827b73fc8e50 /resources/libraries/python/Iperf3.py | |
parent | ed3d8f33e35092d58a5b611af4e148dcce680921 (diff) |
fix(pylint): Minor warnings
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Id646ab09ae51d3153446f1ae334f62ba7710be14
Diffstat (limited to 'resources/libraries/python/Iperf3.py')
-rw-r--r-- | resources/libraries/python/Iperf3.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/resources/libraries/python/Iperf3.py b/resources/libraries/python/Iperf3.py index 12d0633abc..a881ec9f06 100644 --- a/resources/libraries/python/Iperf3.py +++ b/resources/libraries/python/Iperf3.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -34,11 +34,9 @@ class Iperf3: self._c_affinity = None @staticmethod - def get_iperf_type(node): + def get_iperf_type(): """Log and return the installed traffic generator type. - :param node: Node from topology file. - :type node: dict :returns: Traffic generator type string. :rtype: str """ |