diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-02-08 21:08:24 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-02-08 21:08:24 +0100 |
commit | f31a0d005785d474a37ec769c1f7f5e27aa08a57 (patch) | |
tree | 784c0ca9311dc43017418ff59ea88a2ea9815f8c /bsfs/query/validator.py | |
parent | 64f3ac76a2f8d6b51380c06233accfcc19dca228 (diff) | |
download | bsfs-f31a0d005785d474a37ec769c1f7f5e27aa08a57.tar.gz bsfs-f31a0d005785d474a37ec769c1f7f5e27aa08a57.tar.bz2 bsfs-f31a0d005785d474a37ec769c1f7f5e27aa08a57.zip |
minor comments
Diffstat (limited to 'bsfs/query/validator.py')
-rw-r--r-- | bsfs/query/validator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsfs/query/validator.py b/bsfs/query/validator.py index 9fbff12..f0aa795 100644 --- a/bsfs/query/validator.py +++ b/bsfs/query/validator.py @@ -20,6 +20,7 @@ __all__ : typing.Sequence[str] = ( 'Filter', ) +# FIXME: Split into a submodule and the two classes into their own respective files. ## code ## |