Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ddm/models/questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class Meta:
]

def __init__(self, *args, **kwargs):
kwargs['question_type'] = self.DEFAULT_QUESTION_TYPE
super().__init__(*args, **kwargs)

def __str__(self):
Expand Down