valid python? (Python)

Plaintext - Copy this

1
2
3
4
5
6
class Test(models.Model):
    a = models.TestField
    etc = models.FillerField
    
    def is_this_valid():
        return "Should the blank line above the  start of this function definition be blank or indented?"