uranusjr commented on a change in pull request #15582:
URL: https://github.com/apache/airflow/pull/15582#discussion_r622667450



##########
File path: airflow/utils/helpers.py
##########
@@ -137,7 +140,7 @@ def parse_template_string(template_string):
         return template_string, None
 
 
-def render_log_filename(ti, try_number, filename_template):
+def render_log_filename(ti: "TaskInstance", try_number, filename_template):

Review comment:
       ```suggestion
   def render_log_filename(ti: "TaskInstance", try_number, filename_template) 
-> str:
   ```




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