Format code using black
parent
760d9eda47
commit
8650f25331
|
|
@ -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]()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue