diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-03 11:55:50 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-03 11:55:50 -0400 |
| commit | b0f1b8c2309277a7b170972d463b4e8d16a79ecc (patch) | |
| tree | 564f6f7dd1a2d78f3a00bb4372fb4ca2b95bb6c5 /server/szurubooru/func/posts.py | |
| parent | 1be947e9462edf3bb0a8d15172e0c6e0190e0482 (diff) | |
fix python lint issues
Diffstat (limited to 'server/szurubooru/func/posts.py')
| -rw-r--r-- | server/szurubooru/func/posts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/szurubooru/func/posts.py b/server/szurubooru/func/posts.py index 62458d8..d8e984b 100644 --- a/server/szurubooru/func/posts.py +++ b/server/szurubooru/func/posts.py @@ -308,7 +308,6 @@ class PostSerializer(serialization.BaseSerializer): key=lambda pool: pool.creation_time)] - def serialize_post( post: Optional[model.Post], auth_user: model.User, |