remove unneded import

This commit is contained in:
Sophie Schiller 2021-01-02 14:22:38 +01:00
parent fe09371cd3
commit 62e0451d5b
1 changed files with 0 additions and 1 deletions

View File

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