浏览代码

whoops bad typo

Getty Ritter 5 年之前
父节点
当前提交
9792fdabf0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lc/error.py

+ 1 - 1
lc/error.py

@@ -151,7 +151,7 @@ class BadAddLink(LCException):
         return 400
 
 
-@dataclasss
+@dataclass
 class BadFileUpload(LCException):
     message: str