More of: Disable import inspections for wxPython, because it's not installed traditionally and we can't include it in requirements.txt
This commit is contained in:
@@ -27,6 +27,7 @@ from xml.etree import ElementTree
|
||||
from xml.dom import minidom
|
||||
import gzip
|
||||
|
||||
# noinspection PyPackageRequirements
|
||||
import wx
|
||||
|
||||
import config
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# noinspection PyPackageRequirements
|
||||
import wx
|
||||
import thread
|
||||
import logging
|
||||
|
||||
@@ -22,6 +22,7 @@ import threading
|
||||
import logging
|
||||
import Queue
|
||||
|
||||
# noinspection PyPackageRequirements
|
||||
import wx
|
||||
from sqlalchemy.sql import or_
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ import xml.parsers.expat
|
||||
from eos import db
|
||||
from service.fit import Fit as svcFit
|
||||
|
||||
# noinspection PyPackageRequirements
|
||||
import wx
|
||||
|
||||
from eos.saveddata.cargo import Cargo
|
||||
|
||||
@@ -4,6 +4,7 @@ import socket
|
||||
import thread
|
||||
import logging
|
||||
|
||||
# noinspection PyPackageRequirements
|
||||
import wx
|
||||
|
||||
from service.settings import CRESTSettings
|
||||
|
||||
@@ -21,7 +21,9 @@ import threading
|
||||
import json
|
||||
import calendar
|
||||
|
||||
# noinspection PyPackageRequirements
|
||||
import wx
|
||||
# noinspection PyPackageRequirements
|
||||
import dateutil.parser
|
||||
|
||||
import config
|
||||
|
||||
Reference in New Issue
Block a user