Skip to content

Commit

Permalink
removed serializer did not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Kejebo committed Apr 16, 2024
1 parent d8ff5a3 commit ca4abd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/laboratory/views/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
from weasyprint import HTML

from auth_and_perms.models import Profile
from laboratory.api.serializers import ShelfObjectSerialize, ShelfObjectSerializer, \
PrecursorSerializer
from laboratory.api.serializers import ShelfObjectSerialize, PrecursorSerializer
from laboratory.forms import H_CodeForm
from laboratory.models import Laboratory, LaboratoryRoom, Object, Furniture, \
ShelfObject, CLInventory, \
Expand Down

0 comments on commit ca4abd5

Please sign in to comment.