mirror of
https://github.com/fastapi/fastapi.git
synced 2026-03-28 11:45:33 -04:00
➖ Temporarily remove typer-cli from dependencies and upgrade Black (#4754)
This commit is contained in:
committed by
GitHub
parent
eddbae948f
commit
e1d0e3874b
@@ -162,7 +162,7 @@ def test_post_file(tmp_path):
|
||||
|
||||
|
||||
def test_post_large_file(tmp_path):
|
||||
default_pydantic_max_size = 2 ** 16
|
||||
default_pydantic_max_size = 2**16
|
||||
path = tmp_path / "test.txt"
|
||||
path.write_bytes(b"x" * (default_pydantic_max_size + 1))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user