From b095917b962549f95f0a2ada14ce59a06f2505bf Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Feb 2022 20:20:05 +0100 Subject: [PATCH] ignore wsgi --- InvenTree/InvenTree/wsgi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/InvenTree/wsgi.py b/InvenTree/InvenTree/wsgi.py index c6bef4d663..a5b7fdb37f 100644 --- a/InvenTree/InvenTree/wsgi.py +++ b/InvenTree/InvenTree/wsgi.py @@ -6,6 +6,7 @@ It exposes the WSGI callable as a module-level variable named ``application``. For more information on this file, see https://docs.djangoproject.com/en/1.10/howto/deployment/wsgi/ """ +# pragma: no cover import os