amoghrajesh commented on PR #43040:
URL: https://github.com/apache/airflow/pull/43040#issuecomment-2416662432

   I just pulled in https://github.com/apache/airflow/pull/42951, it doesn't 
seem to fix it for me. I still keep getting
   ```
   
       """Manages all providers."""
       
       from __future__ import annotations
       
       import fnmatch
       import functools
       import inspect
       import json
       import logging
       import os
       import sys
       import traceback
       import warnings
       from dataclasses import dataclass
       from functools import wraps
       from time import perf_counter
       from typing import TYPE_CHECKING, Any, Callable, MutableMapping, 
NamedTuple, TypeVar
       
       from packaging.utils import canonicalize_name
       
       from airflow.exceptions import AirflowOptionalProviderFeatureException
   >   from airflow.providers.standard.hooks.filesystem import FSHook
   E   ModuleNotFoundError: No module named 'airflow.providers.standard'
   ```


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