Skip to content

Commit

Permalink
Merge pull request #122 from Crown-Commercial-Service/fix-spelling-mi…
Browse files Browse the repository at this point in the history
…stake

Fix spelling mistake
  • Loading branch information
tim-s-ccs authored Aug 6, 2024
2 parents 8c3487c + e88b9dc commit 53251a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dmapiclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '26.1.1'
__version__ = '26.1.2'

from .errors import APIError, HTTPError, InvalidResponse # noqa
from .errors import REQUEST_ERROR_STATUS_CODE, REQUEST_ERROR_MESSAGE # noqa
Expand Down
6 changes: 3 additions & 3 deletions dmapiclient/audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ class AuditTypes(Enum):
complete_lot_questions_response = "complete_lot_questions_response"

# Evaluator questions
create_evaluatior_question = "create_evaluatior_question"
update_evaluatior_question_assignment_status = "update_evaluatior_question_assignment_status"
update_evaluatior_question_answers = "update_evaluatior_question_answers"
create_evaluator_question = "create_evaluator_question"
update_evaluator_question_assignment_status = "update_evaluator_question_assignment_status"
update_evaluator_question_answers = "update_evaluator_question_answers"

@staticmethod
def is_valid_audit_type(test_audit_type):
Expand Down

0 comments on commit 53251a5

Please sign in to comment.