Skip to content

Commit

Permalink
Fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ratheesh-aot committed Feb 8, 2024
1 parent 6113dbf commit 2d80b6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions met-api/tests/utilities/factory_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ def factory_email_verification(survey_id, type=None):
return email_verification




def factory_engagement_model(eng_info: dict = TestEngagementInfo.engagement1, name=None, status=None):
"""Produce a engagement model."""
engagement = EngagementModel(
Expand Down

0 comments on commit 2d80b6e

Please sign in to comment.