1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-01-01 13:16:52 +01:00

Fixed whitespacing for flake8.

This commit is contained in:
Idan Dor 2022-11-04 16:10:58 +02:00
parent d3e603a028
commit 422360de4e

View file

@ -27,6 +27,7 @@ class Image:
contents = attr.ib()
content_type = attr.ib()
@attr.s
class Chapter:
title = attr.ib()
@ -34,6 +35,7 @@ class Chapter:
date = attr.ib(default=False)
images = attr.ib(default=attr.Factory(list))
@attr.s
class Section:
title = attr.ib()