From f8a31e01f8d79e9103fd9e53da07c59c8ea3547f Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 3 Nov 2022 12:39:16 +0100 Subject: [PATCH] Remove asyncio/__init__.py __init__.py is an automatically generated file, so don't include it in git. Signed-off-by: Jan Lindemann --- tools/python/jwutils/asyncio/__init__.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tools/python/jwutils/asyncio/__init__.py diff --git a/tools/python/jwutils/asyncio/__init__.py b/tools/python/jwutils/asyncio/__init__.py deleted file mode 100644 index 632935f..0000000 --- a/tools/python/jwutils/asyncio/__init__.py +++ /dev/null @@ -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 <<