Fixed type hinting stuff
This commit is contained in:
parent
a338fdf2b8
commit
da77f77777
@ -8,7 +8,7 @@ test:mipy:
|
||||
image: python:3.7
|
||||
interruptible: true
|
||||
script:
|
||||
- 'pip install --upgrade mypy pytest'
|
||||
- 'pip install --upgrade mypy pytest types-requests'
|
||||
- 'pip install --upgrade -r requirements.txt'
|
||||
- 'mypy updater'
|
||||
only:
|
||||
|
@ -33,7 +33,7 @@ import wx # type: ignore
|
||||
import logging
|
||||
from typing import Optional, Any, cast
|
||||
from pubsub import pub # type: ignore
|
||||
from pubsub.core.topicexc import TopicNameError
|
||||
from pubsub.core.topicexc import TopicNameError # type: ignore
|
||||
from platform_utils import paths # type: ignore
|
||||
from . import core, utils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user