Skip to content

Commit 73cbf67

Browse files
committed
Remove unused variable [skip ci]
1 parent 43baad3 commit 73cbf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock_vws/_mock_web_query_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def validate_date_format(
300300
request, context = args
301301

302302
try:
303-
date_from_header = datetime.datetime.strptime(
303+
datetime.datetime.strptime(
304304
request.headers['Date'],
305305
'%a, %d %b %Y %H:%M:%S GMT',
306306
)

0 commit comments

Comments
 (0)