Skip to content

Commit

Permalink
Prevent circular dependencies with the cookie policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Betts committed May 4, 2023
1 parent 2166d28 commit da0f308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h/security/policy/_cookie.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from h.security.identity import Identity
from h.security.policy._identity_base import IdentityBasedPolicy
from h.services import AuthCookieService
from h.services.auth_cookie import AuthCookieService


class CookiePolicy(IdentityBasedPolicy):
Expand Down

0 comments on commit da0f308

Please sign in to comment.