potiuk commented on a change in pull request #19867:
URL: https://github.com/apache/airflow/pull/19867#discussion_r759342666



##########
File path: Breeze2
##########
@@ -0,0 +1,55 @@
+#!/usr/bin/env python3
+# isort: skip
+import os
+import sys
+
+# Python <3.4 does not have pathlib

Review comment:
       Oh yeah. That was a mentl shortcut. The comment should be:
   
   | We do the check here, before importing pathlib becasue Python <3.4 does 
not have pathlib and import would fail with cryptic "missing pathlib module" 
error.




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