From 0564b90c48c2a6a37b883780f69d0304d20979ea Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Jun 13 2023 09:09:54 +0000 Subject: Format with new version of black Signed-off-by: Haibo Lin --- diff --git a/cts/views.py b/cts/views.py index d1c14a5..73d1204 100644 --- a/cts/views.py +++ b/cts/views.py @@ -1064,7 +1064,6 @@ gpgcheck=0 class Index(View): - methods = ["GET"] def dispatch_request(self): @@ -1072,7 +1071,6 @@ class Index(View): class APIDoc(View): - methods = ["GET"] def dispatch_request(self):