rawwar commented on code in PR #37469:
URL: https://github.com/apache/airflow/pull/37469#discussion_r1491840368


##########
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 , pre-commit hooks reformatted this module after I moved doc string 
to Line 17 from Line 48. Should I revert this change? 
   
   I thought instead of merging `E`*s and `D`*s , like you mentioned, I could 
just fix the conflicts. Reason being, I felt `E`*s can't be fixed 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to