Total Points
16
All time
Total Activities
6
All time
Activity Types
3
Different types
Activity Overview
0 contributions in the last year
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Mon
Wed
Fri
Less
More
Activity Breakdown
6 total activities · 16 total points
PR Merged
2 (33.3%)·10 pts
Commit Created
2 (33.3%)·4 pts
PR Opened
2 (33.3%)·2 pts
6
Total Activities
16
Total Points
3
Activity Types
2.7
Avg Points/Activity
Activity Timeline
6 of 6 activities· 1 of 1 month
June 20216 activities
Commit Created+2
Update test_patient_consultation_api.py
#BUG RISK
Multiple keys
expression binds the same key multiple times. This may lead to unintentional behaviour as the key will always map the last value provided to it. It is recommended to have unique keys.
Commit Created+2
Update receivers.py
#PERFORMANCE
Consider using literal syntax to create the data structure
This is because here, the name dict must be looked up in the global scope in case it has been rebound. Same goes for the other two types list() and tuple().