Skip to content

Commit

Permalink
Fix import errors for wx.dataview
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Jan 26, 2024
1 parent 673c733 commit b1233ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions partdetails.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import requests # pylint: disable=import-error
import wx # pylint: disable=import-error
import wx.dataview # pylint: disable=import-error

from .helpers import HighResWxSize, loadBitmapScaled

Expand Down
1 change: 1 addition & 0 deletions partmapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import os

import wx # pylint: disable=import-error
import wx.dataview # pylint: disable=import-error

from .helpers import HighResWxSize, loadBitmapScaled

Expand Down
1 change: 1 addition & 0 deletions partselector.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import time

import wx # pylint: disable=import-error
import wx.dataview # pylint: disable=import-error

from .events import AssignPartsEvent, UpdateSetting
from .helpers import HighResWxSize, loadBitmapScaled
Expand Down
1 change: 1 addition & 0 deletions rotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import requests # pylint: disable=import-error
import wx # pylint: disable=import-error
import wx.dataview # pylint: disable=import-error

from .events import PopulateFootprintListEvent
from .helpers import PLUGIN_PATH, HighResWxSize, loadBitmapScaled
Expand Down

0 comments on commit b1233ff

Please sign in to comment.