Private
Public Access
1
0

Merge branch 'release/v15.11'

This commit is contained in:
Sander Roosendaal
2021-01-13 08:47:09 +01:00

View File

@@ -24,7 +24,7 @@ import gzip
import base64 import base64
import yaml import yaml
from uuid import uuid4 from uuid import uuid4
from requests.connections import ConnectionError from requests import ConnectionError
# Django # Django
from django.shortcuts import render_to_response from django.shortcuts import render_to_response