We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa09438 commit 7048bdbCopy full SHA for 7048bdb
src/pyramid/csrf.py
@@ -1,5 +1,5 @@
1
-from urllib.parse import urlparse
2
import secrets
+from urllib.parse import urlparse
3
from webob.cookies import CookieProfile
4
from zope.interface import implementer
5
0 commit comments