kaxil commented on a change in pull request #10559:
URL: https://github.com/apache/airflow/pull/10559#discussion_r476752027
##########
File path: airflow/hooks/base_hook.py
##########
@@ -20,7 +20,8 @@
import random
from typing import Any, List
-from airflow import secrets
+import airflow.configuration
+import airflow.models.connection
Review comment:
lol -- looks like I forgot to press Submit button after review :D
----------------------------------------------------------------
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]