Skip to content

Commit 38f1708

Browse files
authored
Update Lib/http/cookies.py
1 parent ed75b1e commit 38f1708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/http/cookies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
import re
133133
import string
134134
import types
135-
import warnings
135+
lazy import warnings
136136

137137
__all__ = ["CookieError", "BaseCookie", "SimpleCookie"]
138138

0 commit comments

Comments
 (0)