Skip to content

Commit

Permalink
Update db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zpriddy committed Apr 16, 2020
1 parent aa9f51a commit 3b1c89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glados/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def find_by_id(self, interaction_id: str, session: Session) -> DataStoreInteract
return result

def update_interaction(
self, interaction_id, session: Session, **kwargs
self, interaction_id: str, session: Session, **kwargs
) -> DataStoreInteraction:
"""Find and update an interaction with the provided values.
Expand Down

0 comments on commit 3b1c89b

Please sign in to comment.