Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from import1b import var
print(var)
from import1b import var as var2
print(var2)