Fixed aqt/mediasrv.py:14: error: unused 'type: ignore' comment

from waitress.server import create_server  # type: ignore
https://github.com/evandroforks/anki/runs/743801391#step:25:1129
This commit is contained in:
evandrocoan 2020-06-05 19:44:54 -03:00
parent 020415efb9
commit be10da58d9

View File

@ -11,7 +11,7 @@ from http import HTTPStatus
import flask
import flask_cors # type: ignore
from waitress.server import create_server # type: ignore
from waitress.server import create_server
from anki.utils import devMode
from aqt.qt import *