Hello,
It seems to be an issue with the new Sublime Text build (4152). Imports and variables are underlined when the syntax is set to python.
The following rules fix the issue:
"rules": [{
"scope": "meta.path",
"font_style": "",
"foreground": "#F8F8F0"
}]