Remove: unused import (typing.any) from post api serializers
This commit is contained in:
parent
2b116ac801
commit
6029bb9a39
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
from typing import Any, Dict, List, Optional
|
from typing import Dict, List, Optional
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
|
|
||||||
from django.utils.timezone import localtime
|
from django.utils.timezone import localtime
|
||||||
|
|
Loading…
Add table
Reference in a new issue