To reproduce just add
from django.shortcuts import render
at the top, or any other point of a file.
I guess it's because it identifies render as a function so it should have the parenthesis right after it, but I'm pretty sure you cant import a function that way.