Skip to content

Commit

Permalink
Fix merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DMalone87 committed Mar 26, 2024
1 parent 57880c7 commit b2940c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .database.models.action import Action
from .database.models.partner import Partner, PartnerMember, MemberRole
from .database.models.incident import Incident, SourceDetails
from .database.models.agency import Agency, Jurisdiction, Jurisdiction
from .database.models.agency import Agency, Jurisdiction
from .database.models.officer import Officer, StateID
from .database.models.employment import Employment
from .database.models.accusation import Accusation
Expand Down
1 change: 1 addition & 0 deletions backend/tests/test_employment.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def example_agencies(db_session):
db_session.commit()
return agencies


@pytest.fixture
def example_officers(db_session):
officers = {}
Expand Down

0 comments on commit b2940c0

Please sign in to comment.