turbaszek commented on a change in pull request #14344:
URL: https://github.com/apache/airflow/pull/14344#discussion_r580226658
##########
File path:
airflow/upgrade/rules/chain_between_dag_and_operator_not_allowed_rule.py
##########
@@ -17,7 +17,7 @@
from __future__ import absolute_import
import re
-
+import os.path
Review comment:
```suggestion
import os
```
We usually use `import os`
----------------------------------------------------------------
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]