[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
e27698b3af
commit
c7ecbfe16d
1 changed files with 3 additions and 3 deletions
|
|
@ -718,9 +718,9 @@ def test_monitor_stats_exclude_model_lifecycle_rows():
|
|||
assert "total: requests," in src
|
||||
assert "total: entries.length" not in src
|
||||
|
||||
backend = (
|
||||
WORKDIR / "studio" / "backend" / "core" / "inference" / "api_monitor.py"
|
||||
).read_text(encoding = "utf-8")
|
||||
backend = (WORKDIR / "studio" / "backend" / "core" / "inference" / "api_monitor.py").read_text(
|
||||
encoding = "utf-8"
|
||||
)
|
||||
assert 'entry.kind != "lifecycle"' in backend, "the rule this mirrors"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue