Fix linting

This commit is contained in:
Bruno Oliveira 2018-09-19 10:18:05 -03:00 committed by GitHub
parent 1e2e65f0fa
commit 7f48f552c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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