Skip to content

Commit 819fcc1

Browse files
committed
update api example: remove unused import
1 parent 824fc10 commit 819fcc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from flask import Flask
22
from marshmallow import pre_load
3-
from sqlalchemy import UniqueConstraint
43

54
from flask_combo_jsonapi import Api, ResourceDetail, ResourceList, ResourceRelationship
65
from flask_combo_jsonapi.data_layers.alchemy import SqlalchemyDataLayer

0 commit comments

Comments
 (0)