From 3aad89c9e2bd5d34f2eed649d3efc3fc1702aa31 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <2023rumareti@tjhsst.edu> Date: Wed, 21 Oct 2020 23:04:23 -0400 Subject: [PATCH] FINALLY fixed dependecy on model --- notes/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/notes/views.py b/notes/views.py index b6cdcfe..d024977 100644 --- a/notes/views.py +++ b/notes/views.py @@ -1,5 +1,4 @@ from django.shortcuts import render -from .models import NotionPage from django.conf import settings from notion.client import NotionClient