vandonr-amz commented on code in PR #32987: URL: https://github.com/apache/airflow/pull/32987#discussion_r1281050642
########## airflow/auth/managers/fab/auth/__init__.py: ########## @@ -15,3 +14,252 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +from __future__ import annotations + +import datetime + +# This product contains a modified portion of 'Flask App Builder' developed by Daniel Vaz Gaspar. +# (https://github.com/dpgaspar/Flask-AppBuilder). +# Copyright 2013, Daniel Vaz Gaspar Review Comment: oh ok didn't realize it was already there, I thought it was new code. -- 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]
