eladkal commented on a change in pull request #19431:
URL: https://github.com/apache/airflow/pull/19431#discussion_r743917797



##########
File path: airflow/contrib/hooks/azure_container_registry_hook.py
##########
@@ -15,20 +15,14 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-"""
-This module is deprecated.
-Please use `airflow.providers.microsoft.azure.hooks.azure_container_registry`.
-"""
+"""This module is deprecated. Please use 
`airflow.providers.microsoft.azure.hooks.container_registry`."""
 
 import warnings
 
-from airflow.providers.microsoft.azure.hooks.azure_container_registry import ( 
 # noqa
-    AzureContainerRegistryHook,
-)
+from airflow.providers.microsoft.azure.hooks.container_registry import 
AzureContainerRegistryHook  # noqa
 
 warnings.warn(
-    "This module is deprecated. "
-    "Please use 
`airflow.providers.microsoft.azure.hooks.azure_container_registry`.",
+    "This module is deprecated. " "Please use 
`airflow.providers.microsoft.azure.hooks.container_registry`.",

Review comment:
       ```suggestion
       "This module is deprecated. Please use 
`airflow.providers.microsoft.azure.hooks.container_registry`.",
   ```




-- 
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-unsubscr...@airflow.apache.org

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


Reply via email to