aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Memif.py
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2023-10-13 08:08:41 +0000
committerpmikus <peter.mikus@protonmail.ch>2023-10-13 08:08:41 +0000
commit538b3e9fdedc1dd9ccfc3a4765528f17c2cf6da5 (patch)
tree169b491fb9da02a2299d85dd6e30827b73fc8e50 /resources/libraries/python/Memif.py
parented3d8f33e35092d58a5b611af4e148dcce680921 (diff)
fix(pylint): Minor warnings
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Id646ab09ae51d3153446f1ae334f62ba7710be14
Diffstat (limited to 'resources/libraries/python/Memif.py')
-rw-r--r--resources/libraries/python/Memif.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/Memif.py b/resources/libraries/python/Memif.py
index 4e0bb5fa4f..32096d0ca5 100644
--- a/resources/libraries/python/Memif.py
+++ b/resources/libraries/python/Memif.py
@@ -122,7 +122,7 @@ class Memif:
@staticmethod
def create_memif_interface(
- node, filename, mid, sid, rxq=1, txq=1, role=u"SLAVE", use_dma=False
+ node, filename, mid, sid, rxq=1, txq=1, role=u"SLAVE", use_dma=False
):
"""Create Memif interface on the given node.