Browse Source
Update sapl/api/serializers.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/3822/head
LeandroJataí
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
sapl/api/serializers.py
|
|
@ -11,7 +11,6 @@ from rest_framework import serializers |
|
|
from rest_framework.fields import SerializerMethodField |
|
|
from rest_framework.fields import SerializerMethodField |
|
|
|
|
|
|
|
|
from sapl.base.models import Autor, CasaLegislativa, Metadata |
|
|
from sapl.base.models import Autor, CasaLegislativa, Metadata |
|
|
from sapl.materia.models import MateriaLegislativa |
|
|
|
|
|
from sapl.parlamentares.models import Parlamentar, Mandato, Legislatura |
|
|
from sapl.parlamentares.models import Parlamentar, Mandato, Legislatura |
|
|
from sapl.sessao.models import OrdemDia, SessaoPlenaria |
|
|
from sapl.sessao.models import OrdemDia, SessaoPlenaria |
|
|
|
|
|
|
|
|
|