Skip to content

Commit

Permalink
Remove duplicated import
Browse files Browse the repository at this point in the history
  • Loading branch information
martonmiklos committed Jun 24, 2024
1 parent 33d3869 commit e3b73b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/InvenTree/stock/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

from django_filters import rest_framework as rest_filters
from drf_spectacular.types import OpenApiTypes
from drf_spectacular.utils import extend_schema_field
from drf_spectacular.utils import extend_schema, extend_schema_field
from rest_framework import permissions, status
from rest_framework.generics import GenericAPIView
Expand Down

0 comments on commit e3b73b0

Please sign in to comment.