File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ classifiers = [
2222keywords =[' helldivers2' ,' api' ]
2323requires-python = " >=3.8.1"
2424
25- version = ' 0.0.1.18.5 '
25+ version = ' 0.0.1.18.6 '
2626dependencies = [
2727" pydantic>=2.9.2" ,
2828" httpx>=0.27.2"
Original file line number Diff line number Diff line change @@ -20,13 +20,11 @@ def build_assignment_2(assignment: Assignment) -> Assignment2:
2020
2121 set_reward = None
2222 if reward :
23- set_reward = (
24- Reward2 (
25- retrieved_at = reward .retrieved_at ,
26- type = reward .type ,
27- amount = reward .amount ,
28- id32 = reward .id32 ,
29- ),
23+ set_reward = Reward2 (
24+ retrieved_at = reward .retrieved_at ,
25+ type = reward .type ,
26+ amount = reward .amount ,
27+ id32 = reward .id32 ,
3028 )
3129 ret = Assignment2 (
3230 retrieved_at = assignment .retrieved_at ,
You can’t perform that action at this time.
0 commit comments