mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-23 23:20:47 +03:00
comment unused import for postgresql examples
This commit is contained in:
parent
52a2107211
commit
49d482b36f
|
@ -1,10 +1,11 @@
|
||||||
import uuid
|
|
||||||
|
|
||||||
from sqlalchemy import Column, DateTime, ForeignKey, Integer, String, func
|
from sqlalchemy import Column, DateTime, ForeignKey, Integer, String, func
|
||||||
from sqlalchemy.dialects.postgresql import UUID, ENUM, JSON, JSONB, HSTORE, ARRAY
|
|
||||||
from sqlalchemy.sql.expression import text
|
|
||||||
from sqlalchemy.orm import backref, relationship
|
from sqlalchemy.orm import backref, relationship
|
||||||
|
|
||||||
|
# Uncomment import below for postgresql tests
|
||||||
|
# import uuid
|
||||||
|
# from sqlalchemy.dialects.postgresql import UUID, ENUM, JSON, JSONB, HSTORE, ARRAY
|
||||||
|
# from sqlalchemy.sql.expression import text
|
||||||
|
|
||||||
from database import Base
|
from database import Base
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user