From 2b012bd9af30ca7e229c34e85913eb4c9e766182 Mon Sep 17 00:00:00 2001 From: vipul818 <72666431+vipul818@users.noreply.github.com> Date: Thu, 15 Oct 2020 23:26:02 +0530 Subject: [PATCH] Update model.py --- model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model.py b/model.py index 5ef08fb..d6bbd2f 100644 --- a/model.py +++ b/model.py @@ -13,7 +13,7 @@ # limitations under the License. """Datastore models for Starter Project""" - +import matplotlib.pyplot as plt __author__ = 'alainv@google.com (Alain Vongsouvanh)'