Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Sep 14, 2023
1 parent 3571883 commit abb32fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_pyramid_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abb32fc

Please sign in to comment.