From 7197a86428e2c95895dcf9e0f522885d806e34a2 Mon Sep 17 00:00:00 2001 From: Saadullah Aleem Date: Sat, 27 May 2023 16:39:26 +0500 Subject: [PATCH] fix linting --- tests/test_serializer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_serializer.py b/tests/test_serializer.py index f89dd0871..39d9238ef 100644 --- a/tests/test_serializer.py +++ b/tests/test_serializer.py @@ -843,4 +843,4 @@ class TestMultipleObjectsValidation(unittest.TestCase): instance=self.objs[:-1], many=True, partial=True, - ) \ No newline at end of file + )