uranusjr commented on code in PR #28246:
URL: https://github.com/apache/airflow/pull/28246#discussion_r1055026754


##########
airflow/utils/db_cleanup.py:
##########
@@ -270,7 +270,7 @@ def _cleanup_table(
     session.commit()
 
 
-def _confirm_delete(*, date: DateTime, tables: list[str]):
+def _confirm_delete(*, date: DateTime, tables: set[str]):

Review Comment:
   ```suggestion
   def _confirm_delete(*, date: DateTime, tables: list[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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to