diff options
Diffstat (limited to 'bsie/reader/base.py')
-rw-r--r-- | bsie/reader/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsie/reader/base.py b/bsie/reader/base.py index cbabd36..08d6cc6 100644 --- a/bsie/reader/base.py +++ b/bsie/reader/base.py @@ -8,7 +8,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 |