mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
bb65d780ea
commit
44af072cd2
|
|
@ -2,7 +2,6 @@ from fastapi import FastAPI, Request, WebSocket
|
|||
from fastapi.exceptions import (
|
||||
RequestValidationError,
|
||||
ResponseValidationError,
|
||||
WebSocketException,
|
||||
WebSocketRequestValidationError,
|
||||
)
|
||||
from fastapi.testclient import TestClient
|
||||
|
|
@ -113,4 +112,3 @@ def test_validation_error_with_no_context():
|
|||
assert "1 validation error:" in error_str
|
||||
assert "Endpoint" not in error_str
|
||||
assert 'File "' not in error_str
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue