Merge pull request #6976 from nicoddemus/fix-linting

Fix linting
This commit is contained in:
Bruno Oliveira 2020-03-27 10:30:09 -03:00 committed by GitHub
commit 36d0a71be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def pyfile_with_warnings(testdir: Testdir, request: FixtureRequest) -> str:
warnings.warn(RuntimeWarning("runtime warning"))
return 1
""",
}
},
)
return str(test_file)