From 7d9136e6b0fc241977a870f7fef6e01ba75904ad Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Wed, 22 Sep 2021 17:24:50 -0700 Subject: Delete Vaqar from authors. --- app/routes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/routes.py') diff --git a/app/routes.py b/app/routes.py index 301a8a8..9298094 100644 --- a/app/routes.py +++ b/app/routes.py @@ -16,6 +16,7 @@ Personal imports: These are used to avoid cluttering this file with placeholder data for posts' content. """ + from datetime import datetime from flask import Flask, render_template, flash, redirect, url_for from forms import RegistrationForm, LoginForm -- cgit v1.2.3