Skip to content

Commit d9a3994

Browse files
authored
Remove Marshmallow From Docstrings (#975)
* remove marshmallow docstring * remove more * remove empty lines
1 parent d657df2 commit d9a3994

92 files changed

Lines changed: 35 additions & 92 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/bo4e/bo/angebot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Contains Angebot class and corresponding marshmallow schema for de-/serialization
2+
Contains Angebot class
33
"""
44

55
# pylint: disable=too-few-public-methods, too-many-instance-attributes

src/bo4e/bo/ausschreibung.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Contains Ausschreibung class and corresponding marshmallow schema for de-/serialization
2+
Contains Ausschreibung class
33
"""
44

55
# pylint: disable=too-few-public-methods, too-many-instance-attributes

src/bo4e/bo/buendelvertrag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Contains Buendelvertrag class and corresponding marshmallow schema for de-/serialization
2+
Contains Buendelvertrag class
33
"""
44

55
# pylint: disable=too-few-public-methods

src/bo4e/bo/energiemenge.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""
22
Contains Energiemenge class
3-
and corresponding marshmallow schema for de-/serialization
43
"""
54

65
from typing import TYPE_CHECKING, Annotated, Literal, Optional

src/bo4e/bo/fremdkosten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Contains Fremdkosten class and corresponding marshmallow schema for de-/serialization
2+
Contains Fremdkosten class
33
"""
44

55
from typing import TYPE_CHECKING, Annotated, Literal, Optional

src/bo4e/bo/geraet.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""
22
Contains Geraet class
3-
and corresponding marshmallow schema for de-/serialization
43
"""
54

65
from typing import TYPE_CHECKING, Annotated, Literal, Optional

src/bo4e/bo/geschaeftspartner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""
22
Contains Geschaeftspartner class
3-
and corresponding marshmallow schema for de-/serialization
43
"""
54

65
# pylint: disable=too-many-instance-attributes, too-few-public-methods, disable=duplicate-code

src/bo4e/bo/kosten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Contains Kosten class and corresponding marshmallow schema for de-/serialization
2+
Contains Kosten class
33
"""
44

55
from typing import TYPE_CHECKING, Annotated, Literal, Optional

src/bo4e/bo/lastgang.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""
22
Contains Lastgang class
3-
and corresponding marshmallow schema for de-/serialization
43
"""
54

65
from typing import TYPE_CHECKING, Annotated, Literal, Optional

src/bo4e/bo/marktlokation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""
22
Contains Marktlokation class
3-
and corresponding marshmallow schema for de-/serialization
43
"""
54

65
# pylint: disable=too-many-instance-attributes, too-few-public-methods

0 commit comments

Comments
 (0)