From 4c36737b9fe84f1ea384037fe4470bba1cfb9e1b Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Mar 2022 19:46:42 +0100 Subject: [PATCH] add empty data --- InvenTree/plugins/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InvenTree/plugins/__init__.py b/InvenTree/plugins/__init__.py index e69de29bb2..ea758ff8c5 100644 --- a/InvenTree/plugins/__init__.py +++ b/InvenTree/plugins/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals # pragma: no cover