uranusjr commented on issue #19891: URL: https://github.com/apache/airflow/issues/19891#issuecomment-1010184538
functools.pyi is not too useful for general users IMO; it’s there because we need to support multiple Python versions; a normal setup would generally run code against one specific Python version and can simply import the real thing, not from the compat module. -- 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]
