remove unused import

This commit is contained in:
mike cullerton 2021-11-09 13:07:01 -05:00
parent d584e735ec
commit 5cf742d955

View File

@ -3,7 +3,6 @@ from json import JSONDecodeError
from typing import List, Optional
import requests
import logging
from crc import app
from crc.api.common import ApiError