Skip to content

Commit bb00261

Browse files
committed
Remove COM PositionsAufAbschlag
Wurde anscheinend vorher schon nicht mehr genutzt
1 parent 4f9b9f2 commit bb00261

4 files changed

Lines changed: 0 additions & 80 deletions

File tree

src/bo4e/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"MarktgebietInfo",
7070
"Menge",
7171
"Messwert",
72-
"PositionsAufAbschlag",
7372
"Preis",
7473
"Preisgarantie",
7574
"Preisposition",
@@ -257,7 +256,6 @@
257256
from .com.marktgebietinfo import MarktgebietInfo
258257
from .com.menge import Menge
259258
from .com.messwert import Messwert
260-
from .com.positionsaufabschlag import PositionsAufAbschlag
261259
from .com.preis import Preis
262260
from .com.preisgarantie import Preisgarantie
263261
from .com.preisposition import Preisposition

src/bo4e/com/positionsaufabschlag.py

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

src/bo4e/enum/comtyp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class ComTyp(StrEnum):
3838
MARKTGEBIETINFO = "MARKTGEBIETINFO"
3939
MENGE = "MENGE"
4040
MESSWERT = "MESSWERT"
41-
POSITIONSAUFABSCHLAG = "POSITIONSAUFABSCHLAG"
4241
PREIS = "PREIS"
4342
PREISGARANTIE = "PREISGARANTIE"
4443
PREISPOSITION = "PREISPOSITION"

tests/test_positionsaufabschlag.py

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

0 commit comments

Comments
 (0)