mirror of
https://github.com/ankitects/anki.git
synced 2025-12-20 10:22:57 -05:00
python formatting+lints
This commit is contained in:
parent
1de8d4baaf
commit
c02716ccd8
3 changed files with 4 additions and 2 deletions
|
|
@ -17,11 +17,11 @@ import logging.handlers
|
|||
|
||||
# required by requests library
|
||||
import queue
|
||||
import socks
|
||||
import typing
|
||||
import uuid
|
||||
|
||||
import PyQt5.QtSvg
|
||||
import socks
|
||||
|
||||
from anki.utils import isLin, isWin
|
||||
|
||||
|
|
|
|||
|
|
@ -50,3 +50,5 @@ ignore_missing_imports = True
|
|||
ignore_missing_imports = True
|
||||
[mypy-darkdetect]
|
||||
ignore_missing_imports = True
|
||||
[mypy-socks]
|
||||
ignore_missing_imports = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue