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.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/bsie/utils/filematcher/matcher.py b/bsie/utils/filematcher/matcher.py
index 164beeb..a279a4b 100644
--- a/bsie/utils/filematcher/matcher.py
+++ b/bsie/utils/filematcher/matcher.py
@@ -4,11 +4,13 @@ Part of the bsie module.
A copy of the license is provided with the project.
Author: Matthias Baumgartner, 2021
"""
-# imports
+# standard imports
from collections.abc import Callable, Collection, Hashable
import abc
import os
import typing
+
+# external imports
import magic
# exports