Format code using black
This commit is contained in:
@@ -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]()
|
||||||
|
|||||||
Reference in New Issue
Block a user