mirror of
https://github.com/kemayo/leech
synced 2026-05-04 18:48:24 +02:00
Fixed whitespacing for flake8.
This commit is contained in:
parent
d3e603a028
commit
422360de4e
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class Image:
|
||||||
contents = attr.ib()
|
contents = attr.ib()
|
||||||
content_type = attr.ib()
|
content_type = attr.ib()
|
||||||
|
|
||||||
|
|
||||||
@attr.s
|
@attr.s
|
||||||
class Chapter:
|
class Chapter:
|
||||||
title = attr.ib()
|
title = attr.ib()
|
||||||
|
|
@ -34,6 +35,7 @@ class Chapter:
|
||||||
date = attr.ib(default=False)
|
date = attr.ib(default=False)
|
||||||
images = attr.ib(default=attr.Factory(list))
|
images = attr.ib(default=attr.Factory(list))
|
||||||
|
|
||||||
|
|
||||||
@attr.s
|
@attr.s
|
||||||
class Section:
|
class Section:
|
||||||
title = attr.ib()
|
title = attr.ib()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue