From abb32fce76f85987cc6a9baf12333dab58fdb924 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Thu, 14 Sep 2023 09:18:03 +0100 Subject: [PATCH] Formatting --- test_pyramid_app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_pyramid_app/app.py b/test_pyramid_app/app.py index e59cb71..dfe7b6c 100644 --- a/test_pyramid_app/app.py +++ b/test_pyramid_app/app.py @@ -2,8 +2,8 @@ from os import environ from typing import List -from pyramid.config import Configurator import pyramid_googleauth +from pyramid.config import Configurator from pyramid.httpexceptions import HTTPFound from pyramid.security import Allowed, Denied from pyramid.session import SignedCookieSessionFactory