Skip to content

Commit

Permalink
Remove nonetype for priority value (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFuchsTT committed Sep 18, 2024
1 parent d7eb3b2 commit e9024b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testguide_report_generator/model/TestCase.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def set_defect(self, defect: str):
self.__defect = defect
return self

def set_defect_priority(self, priority: str | None):
def set_defect_priority(self, priority: str):
"""
Set the defect priority.
Expand Down

0 comments on commit e9024b7

Please sign in to comment.