ashb commented on a change in pull request #6604: [AIRFLOW-5920] Neo4j operator 
and hook
URL: https://github.com/apache/airflow/pull/6604#discussion_r360426514
 
 

 ##########
 File path: airflow/providers/neo4j/hooks/neo4j_hook.py
 ##########
 @@ -0,0 +1,138 @@
+# -*- coding: utf-8 -*-
 
 Review comment:
   ```
   from airflow.providers.neo4j.hooks.neo4j import Neo4jHook
   ```
   
   or how about this?
   
   ```
   from airflow.providers.neo4j.hook import Neo4jHook
   ```
   
   (`airflow/providers/neo4j/hook.py`) If it's unlikely we'll ever have more 
than single hook?

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


With regards,
Apache Git Services

Reply via email to