mik-laj commented on a change in pull request #5664: [AIRFLOW-XXX] fix all 
missing type annotation errors from dmypy
URL: https://github.com/apache/airflow/pull/5664#discussion_r307614315
 
 

 ##########
 File path: tests/test_utils/reset_warning_registry.py
 ##########
 @@ -42,10 +43,10 @@ class reset_warning_registry:
     """
 
     #: regexp for filtering which modules are reset
-    _pattern = None
+    _pattern: None = None
 
 Review comment:
   This looks like invalid annotations.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to