fix typo error

This commit is contained in:
jxxghp
2024-10-12 12:34:28 +08:00
parent 4e3a76ffa3
commit 1a10f6d6e3

View File

@@ -36,7 +36,7 @@ class BangumiModule(_ModuleBase):
@staticmethod
def get_name() -> str:
return "Bangumi"@staticmethod
return "Bangumi"
@staticmethod
def get_type() -> ModuleType: