Skip to content

Commit

Permalink
Adding back in import.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Nov 4, 2023
1 parent 63301cf commit 86ce490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion api_v2/serializers/item.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Serializer for the Item, Itemset, armor, and weapon models"""
from rest_framework import serializers

from api_v2 import models

Expand Down
3 changes: 3 additions & 0 deletions api_v2/serializers/serializers.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
from math import floor
from django.core.exceptions import ObjectDoesNotExist

from rest_framework import serializers

from api_v2 import models

from .abstracts import GameContentSerializer


class RulesetSerializer(serializers.HyperlinkedModelSerializer):
Expand Down

0 comments on commit 86ce490

Please sign in to comment.