Skip to content

Commit bdc8b17

Browse files
Get flake8 clean
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
1 parent ea02ed1 commit bdc8b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urllib_gssapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self):
4646
self.retried = 0
4747
self.context = None
4848

49-
neg_regex = re.compile('(?:.*,)*\s*Negotiate\s*([^,]*),?', re.I)
49+
neg_regex = re.compile(r'(?:.*,)*\s*Negotiate\s*([^,]*),?', re.I)
5050

5151
def negotiate_value(self, headers):
5252
"""checks for "Negotiate" in proper auth header

0 commit comments

Comments
 (0)