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:
Ebag333
2017-02-08 20:15:24 -08:00
parent 3e916e42f2
commit 6e524de320
98 changed files with 117 additions and 4 deletions

View File

@@ -17,7 +17,9 @@
# along with pyfa. If not, see <http://www.gnu.org/licenses/>.
# =============================================================================
# noinspection PyPackageRequirements
import wx
# noinspection PyPackageRequirements
import dateutil.parser
from service.settings import UpdateSettings as svc_UpdateSettings