From fa6a20712f939f28bfed1820f7ff5cace3af33fb Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 11 Jan 2022 01:13:52 +0100 Subject: [PATCH] docstring --- InvenTree/plugin/helpers.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/InvenTree/plugin/helpers.py b/InvenTree/plugin/helpers.py index e3af46c0e6..ff0c4c4c4a 100644 --- a/InvenTree/plugin/helpers.py +++ b/InvenTree/plugin/helpers.py @@ -1,4 +1,6 @@ -"""Helpers for plugin app""" +""" +Helpers for plugin app +""" import os import subprocess import pathlib