krassowski/Anki-Night-Mode

View on GitHub
night_mode/mode.py

Summary

Maintainability
A
1 hr
Test Coverage

Function init_ui has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def init_ui(self, title):
        self.setWindowTitle(title)

        btn_close = create_button('Close', self.close)

Severity: Minor
Found in night_mode/mode.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status