mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-13 18:35:00 -04:00
chore(style): synchronized style across packages [skip ci]
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,6 @@ from __future__ import annotations
|
||||
import os
|
||||
|
||||
from hypothesis import HealthCheck, settings
|
||||
settings.register_profile("CI", settings(suppress_health_check=[HealthCheck.too_slow]), deadline=None)
|
||||
settings.register_profile('CI', settings(suppress_health_check=[HealthCheck.too_slow]), deadline=None)
|
||||
|
||||
if "CI" in os.environ: settings.load_profile("CI")
|
||||
if 'CI' in os.environ: settings.load_profile('CI')
|
||||
|
||||
Reference in New Issue
Block a user