Skip to content

Commit

Permalink
test-beter-query
Browse files Browse the repository at this point in the history
  • Loading branch information
JKL98ISR committed Oct 2, 2024
1 parent 617f38f commit d024d77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/deepchecks_monitoring/api/v1/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ async def retrieve_connected_models(
.options(selectinload(Model.versions))
)


if resources_provider.get_features_control(user).model_assignment:
q = q.join(Model.members).where(ModelMember.user_id == user.id)
records = (await session.execute(q)).all()
Expand Down

0 comments on commit d024d77

Please sign in to comment.