PEP 8 compliance.

This commit is contained in:
yrriban 2025-07-06 14:33:42 -04:00
parent b56b0419e2
commit 35894c2614

View file

@ -20,8 +20,10 @@ def draw_text(self, img, text, font_size=64):
draw.text(5, int(draw.font_size)+5, text) draw.text(5, int(draw.font_size)+5, text)
draw(img) draw(img)
dcc.config.Base.draw_text = draw_text dcc.config.Base.draw_text = draw_text
class Text(dcc.doom_base.WadMap): class Text(dcc.doom_base.WadMap):
def get_parser(self, prog_name): def get_parser(self, prog_name):
parser = super().get_parser(prog_name) parser = super().get_parser(prog_name)