turbaszek commented on a change in pull request #10497:
URL: https://github.com/apache/airflow/pull/10497#discussion_r475238894



##########
File path: airflow/www/utils.py
##########
@@ -253,6 +253,7 @@ def nobr(attr):
     return nobr
 
 
+# pylint: disable=invalid-name
 def datetime_f(attr_name):
     """Returns a formatted string with HTML for given DataTime"""
     def dt(attr):

Review comment:
       ```suggestion
       def dt(attr):  # pylint: disable=invalid-name
   ```
   Should this do? I prefer inline comment as it's easier to understand where 
exactly is the problem 




----------------------------------------------------------------
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]


Reply via email to