From 7f48f552c1f1e0e9a379fde629d9e6e3c9b89a23 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 19 Sep 2018 10:18:05 -0300 Subject: [PATCH] Fix linting --- src/_pytest/paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/paths.py b/src/_pytest/paths.py index e5177e231..031ea6b26 100644 --- a/src/_pytest/paths.py +++ b/src/_pytest/paths.py @@ -31,7 +31,7 @@ def fnmatch_ex(pattern, path): This algorithm was ported to keep backward-compatibility with existing settings which assume paths match according this logic. - + References: * https://bugs.python.org/issue29249 * https://bugs.python.org/issue34731