remove unneded import

This commit is contained in:
Sophie Schiller 2021-01-02 14:22:38 +01:00
parent fe09371cd3
commit 62e0451d5b

View file

@ -4,7 +4,6 @@ import json
import requests import requests
import configparser import configparser
import urllib3 import urllib3
from mako.template import Template
urllib3.disable_warnings() urllib3.disable_warnings()