Fix linting
This commit is contained in:
parent
429a28eca0
commit
a016a75ca7
|
@ -32,7 +32,7 @@ def pyfile_with_warnings(testdir: Testdir, request: FixtureRequest) -> str:
|
|||
warnings.warn(RuntimeWarning("runtime warning"))
|
||||
return 1
|
||||
""",
|
||||
}
|
||||
},
|
||||
)
|
||||
return str(test_file)
|
||||
|
||||
|
|
Loading…
Reference in New Issue