clarification of the comment about skipping filter

This commit is contained in:
darksidecat 2021-10-11 13:07:12 +03:00 committed by GitHub
parent f5c65db7a0
commit 83c7a17eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ class TelegramEventObserver:
validation_errors = []
for bound_filter in self._resolve_filters_chain():
# skip filter if filter was used directly:
# skip filter if filter was used as positional filter:
if bound_filter in filter_types:
continue