Skip to content

Commit 78a75fd

Browse files
committed
Reverted typo
1 parent 01f7d78 commit 78a75fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/sqla/simple.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ class PostAdmin(sqlamodel.ModelView):
117117
text=dict(label='Big Text', validators=[wtf.required()])
118118
)
119119

120-
def is_visible(self):
121-
return False
122-
123120
def __init__(self, session):
124121
# Just call parent class with predefined model.
125122
super(PostAdmin, self).__init__(Post, session)

0 commit comments

Comments
 (0)