ejplatform/ej-conversations

View on GitHub
src/ej_conversations/models/category.py

Summary

Maintainability
A
50 mins
Test Coverage

Function create_conversation has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def create_conversation(self, question, title, author, *, commit=True, **kwargs):
Severity: Major
Found in src/ej_conversations/models/category.py - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status