Browse Source

whoops bad typo

Getty Ritter 4 years ago
parent
commit
9792fdabf0
1 changed files with 1 additions and 1 deletions
  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