From 8650f2533154fe0894d16b03b2d094adf60cbfd8 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sun, 11 Jul 2021 19:33:02 +0530 Subject: [PATCH] Format code using black --- camelot/parsers/lattice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camelot/parsers/lattice.py b/camelot/parsers/lattice.py index 9687ee8..c897d69 100644 --- a/camelot/parsers/lattice.py +++ b/camelot/parsers/lattice.py @@ -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]()