fix typo error

This commit is contained in:
jxxghp
2024-10-12 12:34:28 +08:00
parent 4e3a76ffa3
commit 1a10f6d6e3
+1 -1
View File
@@ -36,7 +36,7 @@ class BangumiModule(_ModuleBase):
@staticmethod @staticmethod
def get_name() -> str: def get_name() -> str:
return "Bangumi"@staticmethod return "Bangumi"
@staticmethod @staticmethod
def get_type() -> ModuleType: def get_type() -> ModuleType: