ashb commented on a change in pull request #16110:
URL: https://github.com/apache/airflow/pull/16110#discussion_r640503132
##########
File path: airflow/windows_extensions/__init__.py
##########
@@ -0,0 +1 @@
+from airflow.windows_extensions.Signals import Signals
Review comment:
```suggestion
from airflow.windows_extensions.signals import Signals
```
Module names should be lower case by convention.
--
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]