Skip to content

Commit b6cdc85

Browse files
authored
Remove unnecessary decorator from documentation
1 parent 4abe580 commit b6cdc85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/formats.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,10 @@ class MyFormat(formats.Format):
119119
return [".my_ext"]
120120
121121
@classmethod
122-
@abstractmethod
123122
def deserialize(cls, file_object: IO) -> dict:
124123
# Read `file_object` and return a dictionary
125124

126125
@classmethod
127-
@abstractmethod
128126
def serialize(cls, data: dict) -> str:
129127
# Convert `data` to a string
130128

0 commit comments

Comments
 (0)