mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
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:
parent
020415efb9
commit
be10da58d9
1 changed files with 1 additions and 1 deletions
|
@ -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 *
|
||||
|
|
Loading…
Reference in a new issue