andyh1203 commented on a change in pull request #4590: [AIRFLOW-3727] Change 
references of is_localized to is_aware
URL: https://github.com/apache/airflow/pull/4590#discussion_r251182862
 
 

 ##########
 File path: airflow/utils/timezone.py
 ##########
 @@ -27,7 +27,7 @@
 utc = pendulum.timezone('UTC')
 
 
-def is_localized(value):
+def is_aware(value):
 
 Review comment:
   Renaming `is_localized` to `is_aware`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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