summaryrefslogtreecommitdiff
path: root/server/szurubooru/func/posts.py
diff options
context:
space:
mode:
authorShyam Sunder <sgsunder1@gmail.com>2020-06-03 11:55:50 -0400
committerShyam Sunder <sgsunder1@gmail.com>2020-06-03 11:55:50 -0400
commitb0f1b8c2309277a7b170972d463b4e8d16a79ecc (patch)
tree564f6f7dd1a2d78f3a00bb4372fb4ca2b95bb6c5 /server/szurubooru/func/posts.py
parent1be947e9462edf3bb0a8d15172e0c6e0190e0482 (diff)
fix python lint issues
Diffstat (limited to 'server/szurubooru/func/posts.py')
-rw-r--r--server/szurubooru/func/posts.py1
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,