diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-01 22:31:03 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-01 22:31:03 +0100 |
commit | 4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb (patch) | |
tree | e3450cfdab65a447582890e4a6e3334da276aef1 /bsie/utils/filematcher | |
parent | e0c4713c40367b4b41da926da0ba7ed05d47d54b (diff) | |
download | bsie-4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb.tar.gz bsie-4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb.tar.bz2 bsie-4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb.zip |
removed module header stubs
Diffstat (limited to 'bsie/utils/filematcher')
-rw-r--r-- | bsie/utils/filematcher/__init__.py | 5 | ||||
-rw-r--r-- | bsie/utils/filematcher/matcher.py | 5 | ||||
-rw-r--r-- | bsie/utils/filematcher/parser.py | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/bsie/utils/filematcher/__init__.py b/bsie/utils/filematcher/__init__.py index 1e23e4e..908de78 100644 --- a/bsie/utils/filematcher/__init__.py +++ b/bsie/utils/filematcher/__init__.py @@ -1,9 +1,4 @@ -""" -Part of the bsie module. -A copy of the license is provided with the project. -Author: Matthias Baumgartner, 2022 -""" # standard imports import typing diff --git a/bsie/utils/filematcher/matcher.py b/bsie/utils/filematcher/matcher.py index a279a4b..1fa308e 100644 --- a/bsie/utils/filematcher/matcher.py +++ b/bsie/utils/filematcher/matcher.py @@ -1,9 +1,4 @@ -""" -Part of the bsie module. -A copy of the license is provided with the project. -Author: Matthias Baumgartner, 2021 -""" # standard imports from collections.abc import Callable, Collection, Hashable import abc diff --git a/bsie/utils/filematcher/parser.py b/bsie/utils/filematcher/parser.py index 2f82875..dc28a0d 100644 --- a/bsie/utils/filematcher/parser.py +++ b/bsie/utils/filematcher/parser.py @@ -1,9 +1,4 @@ -""" -Part of the bsie module. -A copy of the license is provided with the project. -Author: Matthias Baumgartner, 2021 -""" # standard imports import typing |