mistercrunch commented on code in PR #29864: URL: https://github.com/apache/superset/pull/29864#discussion_r1704696816
########## superset/commands/distributed_lock/base.py: ########## @@ -17,7 +17,7 @@ import logging import uuid -from typing import Any +from typing import Any, Union Review Comment: python 3.9 doesn't support the pipe operator in type hints... -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
