Remove unused attribute, update Vulture allow list for Heat Map
This commit is contained in:
parent
22901d0e51
commit
741d2cc79e
2 changed files with 4 additions and 4 deletions
|
|
@ -33,9 +33,6 @@ class MarkdownEditor(QTextEdit):
|
||||||
|
|
||||||
self.theme_manager = theme_manager
|
self.theme_manager = theme_manager
|
||||||
|
|
||||||
# Track hyperlink under click
|
|
||||||
self._clicked_link: str | None = None
|
|
||||||
|
|
||||||
# Setup tab width
|
# Setup tab width
|
||||||
tab_w = 4 * self.fontMetrics().horizontalAdvance(" ")
|
tab_w = 4 * self.fontMetrics().horizontalAdvance(" ")
|
||||||
self.setTabStopDistance(tab_w)
|
self.setTabStopDistance(tab_w)
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,13 @@
|
||||||
|
from bouquin.db import DBManager
|
||||||
from bouquin.flow_layout import FlowLayout
|
from bouquin.flow_layout import FlowLayout
|
||||||
from bouquin.markdown_editor import MarkdownEditor
|
from bouquin.markdown_editor import MarkdownEditor
|
||||||
from bouquin.markdown_highlighter import MarkdownHighlighter
|
from bouquin.markdown_highlighter import MarkdownHighlighter
|
||||||
from bouquin.db import DBManager
|
from bouquin.statistics_dialog import DateHeatMap
|
||||||
|
|
||||||
DBManager.row_factory
|
DBManager.row_factory
|
||||||
|
|
||||||
|
DateHeatMap.minimumSizeHint
|
||||||
|
|
||||||
FlowLayout.itemAt
|
FlowLayout.itemAt
|
||||||
FlowLayout.expandingDirections
|
FlowLayout.expandingDirections
|
||||||
FlowLayout.hasHeightForWidth
|
FlowLayout.hasHeightForWidth
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue