Skip to content

Commit

Permalink
[BUG] remove hypothesis from prod code path (#2373)
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb authored Jun 18, 2024
1 parent ec2e717 commit ce290d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chromadb/auth/simple_rbac_authz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
trace_method,
)

from hypothesis import Phase, settings

settings.register_profile("ci", phases=[Phase.generate, Phase.target])


logger = logging.getLogger(__name__)

Expand Down

0 comments on commit ce290d9

Please sign in to comment.