diff options
Diffstat (limited to 'bsfs/query/matcher.py')
-rw-r--r-- | bsfs/query/matcher.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bsfs/query/matcher.py b/bsfs/query/matcher.py index a910756..5f3b07e 100644 --- a/bsfs/query/matcher.py +++ b/bsfs/query/matcher.py @@ -1,9 +1,4 @@ -""" -Part of the BlackStar filesystem (bsfs) module. -A copy of the license is provided with the project. -Author: Matthias Baumgartner, 2022 -""" # imports from collections import defaultdict from itertools import product |