Fix linting

This commit is contained in:
Bruno Oliveira 2020-03-27 09:54:20 -03:00
parent 429a28eca0
commit a016a75ca7
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)