Taragolis commented on code in PR #37469: URL: https://github.com/apache/airflow/pull/37469#discussion_r1491867626
########## airflow/api/auth/backend/kerberos_auth.py: ########## @@ -14,13 +14,9 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +"""Kerberos authentication module.""" from __future__ import annotations -import warnings Review Comment: @potiuk I guess this license notice might be removed because it is already listed in https://github.com/apache/airflow/blob/main/3rd-party-licenses/LICENSE-flask-kerberos.txt -- 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]
