Format code using black

This commit is contained in:
Vinayak Mehta
2021-07-11 19:33:02 +05:30
parent 760d9eda47
commit 8650f25331
+1 -1
View File
@@ -145,7 +145,7 @@ class Lattice(BaseParser):
warnings.warn(
"'ghostscript' will be replaced by 'poppler' as the default image conversion"
" backend in v0.12.0. You can try out 'poppler' with backend='poppler'.",
DeprecationWarning
DeprecationWarning,
)
return BACKENDS[backend]()