diff options
Diffstat (limited to 'bsie/extractor/base.py')
-rw-r--r-- | bsie/extractor/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsie/extractor/base.py b/bsie/extractor/base.py index c44021b..95689a5 100644 --- a/bsie/extractor/base.py +++ b/bsie/extractor/base.py @@ -4,7 +4,7 @@ Part of the bsie module. A copy of the license is provided with the project. Author: Matthias Baumgartner, 2022 """ -# imports +# standard imports import abc import typing |