From f33c019c2548118d60d0ab07937cb299bdf30d5c Mon Sep 17 00:00:00 2001 From: Rohit Rawat Date: Fri, 3 Apr 2020 20:11:57 -0600 Subject: [PATCH] Update __init__.py Edited to add datetime to init. This will help us with module discovery --- graphene/types/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/graphene/types/__init__.py b/graphene/types/__init__.py index 680149a3..91169e38 100644 --- a/graphene/types/__init__.py +++ b/graphene/types/__init__.py @@ -49,4 +49,5 @@ __all__ = [ "Union", "Context", "ResolveInfo", + "datetime", ]