Format code using black

pull/254/head
Vinayak Mehta 2021-07-11 19:33:02 +05:30
parent 760d9eda47
commit 8650f25331
No known key found for this signature in database
GPG Key ID: 2DE013537A15A9A4
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class Lattice(BaseParser):
warnings.warn( warnings.warn(
"'ghostscript' will be replaced by 'poppler' as the default image conversion" "'ghostscript' will be replaced by 'poppler' as the default image conversion"
" backend in v0.12.0. You can try out 'poppler' with backend='poppler'.", " backend in v0.12.0. You can try out 'poppler' with backend='poppler'.",
DeprecationWarning DeprecationWarning,
) )
return BACKENDS[backend]() return BACKENDS[backend]()