Skip to content

Commit 3357850

Browse files
authored
Remove unused enum artikelid (#1046)
Wie im Workshop am 08.10.2024 beschlossen, soll das Enum für ArtikelId entfernt werden. Die ArtikelId ist bereits von anderer Stelle definiert und soll im bo4e-Standard nicht erneut abgebildet werden. Hier liegt kein Breaking Change vor, da das Enum an keiner Stelle verwendet wurde
1 parent fbaef5d commit 3357850

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

src/bo4e/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
"Angebotsstatus",
113113
"Anrede",
114114
"ArithmetischeOperation",
115-
"ArtikelId",
116115
"AufAbschlagstyp",
117116
"AufAbschlagsziel",
118117
"Ausschreibungsportal",
@@ -319,7 +318,6 @@
319318
from .enum.angebotsstatus import Angebotsstatus
320319
from .enum.anrede import Anrede
321320
from .enum.arithmetische_operation import ArithmetischeOperation
322-
from .enum.artikelid import ArtikelId
323321
from .enum.aufabschlagstyp import AufAbschlagstyp
324322
from .enum.aufabschlagsziel import AufAbschlagsziel
325323
from .enum.ausschreibungsportal import Ausschreibungsportal

src/bo4e/enum/artikelid.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)