ignore wsgi

This commit is contained in:
Matthias 2022-02-13 20:20:05 +01:00
parent 0e840bacdd
commit b095917b96
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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