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
|
|
@ -1,10 +1,13 @@
|
|||
from bouquin.db import DBManager
|
||||
from bouquin.flow_layout import FlowLayout
|
||||
from bouquin.markdown_editor import MarkdownEditor
|
||||
from bouquin.markdown_highlighter import MarkdownHighlighter
|
||||
from bouquin.db import DBManager
|
||||
from bouquin.statistics_dialog import DateHeatMap
|
||||
|
||||
DBManager.row_factory
|
||||
|
||||
DateHeatMap.minimumSizeHint
|
||||
|
||||
FlowLayout.itemAt
|
||||
FlowLayout.expandingDirections
|
||||
FlowLayout.hasHeightForWidth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue