diff --git a/chromadb/auth/simple_rbac_authz/__init__.py b/chromadb/auth/simple_rbac_authz/__init__.py index 8af1ea751d0..ed499ff2fc3 100644 --- a/chromadb/auth/simple_rbac_authz/__init__.py +++ b/chromadb/auth/simple_rbac_authz/__init__.py @@ -16,10 +16,6 @@ trace_method, ) -from hypothesis import Phase, settings - -settings.register_profile("ci", phases=[Phase.generate, Phase.target]) - logger = logging.getLogger(__name__)