remove redundant imports and pointless code

This commit is contained in:
Hans-Christoph Steiner 2021-05-11 20:25:51 +02:00
parent 95af082082
commit 0fbd04f1c2
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
5 changed files with 0 additions and 10 deletions

View file

@ -7,7 +7,6 @@ import os
import re
import requests
import subprocess
import sys
projectbasedir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))