You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/10 16:07:27 UTC

[GitHub] [airflow] subkanthi commented on a change in pull request #20189: Fix mypy neo4j and influxdb

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org