1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 09:35:34 +00:00

Fix formatting with regard to black 23.3.0

This commit is contained in:
Sebastian Pipping
2023-05-04 20:46:31 +02:00
committed by Jair Henrique
parent 1d90853f3b
commit 4994c53590
7 changed files with 1 additions and 8 deletions

View File

@@ -60,7 +60,6 @@ def test_uri(method, uri):
def test_HeadersDict():
# Simple test of CaseInsensitiveDict
h = HeadersDict()
assert h == {}