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:
@@ -21,6 +21,7 @@ import os
|
||||
import logging
|
||||
import imp
|
||||
|
||||
# noinspection PyPackageRequirements
|
||||
import wx
|
||||
|
||||
from service.fit import Fit
|
||||
|
||||
Reference in New Issue
Block a user