Blacken the code base.
This commit is contained in:
parent
d585c1529d
commit
07d079f204
19 changed files with 138 additions and 168 deletions
|
|
@ -17,7 +17,7 @@ class Thumb(dcc.doom_base.WadMap):
|
|||
overlay = self.thumb_overlay_path()
|
||||
with (
|
||||
wand.image.Image(filename=base) as bi,
|
||||
wand.color.Color("transparent") as tc
|
||||
wand.color.Color("transparent") as tc,
|
||||
):
|
||||
with wand.image.Image(filename=text) as ti:
|
||||
ti.border(tc, 5, 5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue