Skip to content

Commit

Permalink
fix: add uuid to plugin views
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Sep 7, 2024
1 parent ab60bf1 commit bf3f818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arches/app/views/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""

import uuid
from django.shortcuts import render, redirect
from django.utils.translation import gettext as _
from arches.app.models import models
Expand Down

0 comments on commit bf3f818

Please sign in to comment.