remove unused imports

This commit is contained in:
Glandos 2022-05-14 16:03:04 +02:00
parent 936ea0ea8e
commit 9b4834ff55

View file

@ -9,7 +9,6 @@ some shortcuts to make your life better when coding (see `pull_project`
and `add_project_id` for a quick overview) and `add_project_id` for a quick overview)
""" """
from functools import wraps from functools import wraps
from io import StringIO
import json import json
import os import os
from urllib.parse import urlparse, urlunparse from urllib.parse import urlparse, urlunparse