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:
@@ -4,6 +4,7 @@ import socket
|
||||
import thread
|
||||
import logging
|
||||
|
||||
# noinspection PyPackageRequirements
|
||||
import wx
|
||||
|
||||
from service.settings import CRESTSettings
|
||||
|
||||
Reference in New Issue
Block a user