2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

PEP fixes

finishes work for #2318
This commit is contained in:
Matthias
2021-11-18 16:35:16 +01:00
parent d750e9e191
commit e5d0380356
2 changed files with 1 additions and 2 deletions

View File

@ -23,4 +23,4 @@ function installPlugin() {
showMessage(msg, {style: 'success', details: data.result, timeout: 30000});
}
});
}
}