From f3d5654171da0e426baae78b0702d0bf688f1759 Mon Sep 17 00:00:00 2001 From: Spencer Young Date: Fri, 3 Apr 2020 21:45:20 -0700 Subject: [PATCH] fLakE8 --- yamllint/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yamllint/cli.py b/yamllint/cli.py index 298d506..9898672 100644 --- a/yamllint/cli.py +++ b/yamllint/cli.py @@ -44,6 +44,7 @@ def yamlopen(fp, **iowrapper_kwargs): ) as decoded: yield decoded + def find_files_recursively(items, conf): for item in items: if os.path.isdir(item):