lint fixes

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-04-08 16:31:51 -04:00
parent 6ab59230ba
commit 984aa8ec55
5 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -248,8 +248,7 @@ def create_ui(status):
c = [x for x in components if x.id == df[0]]
if len(c) != 1:
continue
else:
c = c[0]
c = c[0]
c.local = df[5].strip()
c.remote = df[6].strip()
c.dtype = df[7]