subkanthi commented on a change in pull request #20189:
URL: https://github.com/apache/airflow/pull/20189#discussion_r766799784



##########
File path: airflow/providers/influxdb/hooks/influxdb.py
##########
@@ -50,7 +50,7 @@ def __init__(self, conn_id: str = default_conn_name, *args, 
**kwargs) -> None:
         self.influxdb_conn_id = conn_id
         self.connection = kwargs.pop("connection", None)
         self.client = None
-        self.extras = None
+        self.extras: Dict = {}

Review comment:
       It doesnt, will remove, I thought it was used in the BaseHook, looks 
like its not.




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