When using import * (e.g.: from steps import *) check-webkit-style complaints for each instance of variable/class/method used from the imported class. check-webkit-style does not know that the variable is imported from another module and incorrectly complaints. e.g.: https://bugs.webkit.org/show_bug.cgi?id=188516#c2