Skip to content

Commit 457ecbe

Browse files
committed
Merge branch 'master' of github.com:graphql-python/graphene
2 parents 53b3133 + 65fc600 commit 457ecbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/pages/docs/basic-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ If you want to create a DateTime Scalar Type just type:
3939

4040
```python
4141
import datetime
42+
from graphene.core.classtypes import Scalar
4243
from graphql.core.language import ast
4344

4445
class DateTime(Scalar):

0 commit comments

Comments
 (0)