From 86bebd747969b954d89e71eb1e753b8472930032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Mon, 12 Aug 2024 22:13:14 +0200 Subject: [PATCH] build fix --- snakehouse/satella.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/snakehouse/satella.py b/snakehouse/satella.py index 30867bf..970813a 100644 --- a/snakehouse/satella.py +++ b/snakehouse/satella.py @@ -1,3 +1,11 @@ +""" +This is a brain-dump from piotrmaslanka/satella's to +cut off the dependency and allow earlier Pythons to use +snakehouse. +""" +import typing as tp + + def find_files(path: str, wildcard: str = r'(.*)', prefix_with: tp.Optional[str] = None, scan_subdirectories: bool = True, -- GitLab