uranusjr commented on code in PR #27768:
URL: https://github.com/apache/airflow/pull/27768#discussion_r1026123965
##########
airflow/serialization/json_schema.py:
##########
@@ -31,26 +31,28 @@
class Validator(Protocol):
"""
- This class is only used for TypeChecking (for IDEs, mypy, etc)
- due to the way ``Draft7Validator`` is created. They are created or do not
inherit
- from proper classes. Hence you can not have ``type: Draft7Validator``.
+ This class is only used for TypeChecking.
Review Comment:
```suggestion
This class is only used for type checking.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]