From 7d1aa332eebc127a67a35c8b3c278973ec4db822 Mon Sep 17 00:00:00 2001 From: MisileLab Date: Fri, 10 Nov 2023 08:08:00 +0900 Subject: [PATCH] del comment Signed-off-by: MisileLab --- projects/xobusy/sunrint-decon/main.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/xobusy/sunrint-decon/main.py b/projects/xobusy/sunrint-decon/main.py index cda96863d..e43bc9676 100644 --- a/projects/xobusy/sunrint-decon/main.py +++ b/projects/xobusy/sunrint-decon/main.py @@ -18,11 +18,6 @@ class UserType: student = "student" teacher = "teacher" -#@strawberry.type -#class Comment: - #name: str - #description: str - @strawberry.type class Answer: name: str