Skip to content

Commit

Permalink
remove parens
Browse files Browse the repository at this point in the history
  • Loading branch information
milocress committed May 24, 2024
1 parent 0aeb88f commit 024d462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/utils/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
EvalDataLoaderLocation = 'EvalDataloader'


class SerializableError():
class SerializableError:

def __getstate__(self):
return self.__dict__
Expand Down

0 comments on commit 024d462

Please sign in to comment.