potiuk commented on code in PR #59139: URL: https://github.com/apache/airflow/pull/59139#discussion_r2599999029
########## task-sdk/src/airflow/sdk/module_loading.py: ########## @@ -14,70 +14,6 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. - from __future__ import annotations -from collections.abc import Callable -from importlib import import_module - - -def import_string(dotted_path: str): Review Comment: Indeed - good eye. Removed it accidentally. Restored. -- 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]
