Remove asyncio/__init__.py

__init__.py is an automatically generated file, so don't include it
in git.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2022-11-03 12:39:16 +01:00
commit f8a31e01f8

View file

@ -1,6 +0,0 @@
# >> -------------------------- 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 <<