Skip to content

Commit f493ad3

Browse files
committed
PrepTemplateAPItestHandler(PrepTemplateAPIHandler)
1 parent a32147c commit f493ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/handlers/prep_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ def post(self):
128128
self.write({'prep': pt.id})
129129

130130

131-
class PrepTemplateAPItestHandler(OauthBaseHandler):
131+
class PrepTemplateAPItestHandler(PrepTemplateAPIHandler):
132132
pass

0 commit comments

Comments
 (0)