From e4926bbb5b44858db65111912fd0efd37b5a9c91 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 3 Mar 2025 20:59:29 +0100 Subject: [PATCH] Remove: acedataly imported module --- backend/api/posts/serializers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/api/posts/serializers.py b/backend/api/posts/serializers.py index e292e51..87c4935 100644 --- a/backend/api/posts/serializers.py +++ b/backend/api/posts/serializers.py @@ -1,4 +1,3 @@ -from itertools import count from typing import Dict, List, Optional from rest_framework import serializers