Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeengland committed Jun 23, 2021
1 parent cf9bf23 commit c1b4182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setty/models.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from typing import Any

from django.conf import settings
from django.db import models
from picklefield import PickledObjectField
Expand Down

0 comments on commit c1b4182

Please sign in to comment.