mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 09:53:32 +01:00
Fix errors reported by mypy
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f3ba709d21
commit
bfd0544ff8
13 changed files with 68 additions and 71 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# >> -------------------------- generated by python-tools.sh >>
|
||||
from pkgutil import extend_path
|
||||
from typing import Iterable
|
||||
__path__ = extend_path(__path__, __name__) # type: ignore
|
||||
from jwutils.asyncio.Process import Process
|
||||
# << -------------------------- generated by python-tools.sh <<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue