mirror of
https://github.com/kemayo/leech
synced 2025-12-06 08:22:56 +01:00
Fixed whitespacing for flake8.
This commit is contained in:
parent
31f663c6e0
commit
1edde92a9d
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue