aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/utils/filematcher/matcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsie/utils/filematcher/matcher.py')
-rw-r--r--bsie/utils/filematcher/matcher.py5
1 files changed, 0 insertions, 5 deletions
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