Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-01-13 08:46:48 +01:00
parent b671bab142
commit a266441ffb

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