diff options
author | Matthias Baumgartner <dev@igsor.net> | 2022-11-25 14:41:38 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2022-11-25 14:41:38 +0100 |
commit | c9a1dea230054f5d6f40b7fd5e3930609c5f6416 (patch) | |
tree | bae302ce52d659f251d571094f1caac7e5901e7f /bsie/base/errors.py | |
parent | 9ce32829b2bb85907a34a543bfcaa9183d1e362c (diff) | |
download | bsie-c9a1dea230054f5d6f40b7fd5e3930609c5f6416.tar.gz bsie-c9a1dea230054f5d6f40b7fd5e3930609c5f6416.tar.bz2 bsie-c9a1dea230054f5d6f40b7fd5e3930609c5f6416.zip |
code analysis tool configs and minor fixes
Diffstat (limited to 'bsie/base/errors.py')
-rw-r--r-- | bsie/base/errors.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bsie/base/errors.py b/bsie/base/errors.py index eedce3b..a86b7e8 100644 --- a/bsie/base/errors.py +++ b/bsie/base/errors.py @@ -10,11 +10,10 @@ import typing # exports __all__: typing.Sequence[str] = ( 'ExtractorError', + 'ReaderError', ) - - ## code ## class _BSIEError(Exception): |