hankehly commented on code in PR #22872:
URL: https://github.com/apache/airflow/pull/22872#discussion_r846570215
##########
airflow/secrets/local_filesystem.py:
##########
@@ -109,7 +109,6 @@ def _parse_yaml_file(file_path: str) -> Tuple[Dict[str,
List[str]], List[FileSyn
return {}, [FileSyntaxError(line_no=1, message="The file is empty.")]
try:
secrets = yaml.safe_load(content)
-
Review Comment:
superfluous whitespace
--
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]