From d3cd29edb68081ff1cf6d6ecb1322a1573d92186 Mon Sep 17 00:00:00 2001 From: Spencer Young Date: Tue, 24 Mar 2020 21:51:44 -0700 Subject: [PATCH] add newline --- yamllint/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yamllint/cli.py b/yamllint/cli.py index 96e1892..d314481 100644 --- a/yamllint/cli.py +++ b/yamllint/cli.py @@ -40,6 +40,7 @@ def determine_encoding(file): encoding = 'utf-8' return encoding + def find_files_recursively(items, conf): for item in items: if os.path.isdir(item):