1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-08 11:20:07 +02:00

🚧 check_dtypes: classification-.*

This commit is contained in:
Mike Gerber 2025-06-02 15:36:57 +02:00
parent 15f603671c
commit d8d3f12cb0

View file

@ -30,6 +30,7 @@ EXPECTED_TYPES = {
r"genre-.*": ("object", ["str", "NoneType"]),
r"subject-.*": ("object", ["str", "NoneType"]),
r"language_.*Term": ("object", ["str", "NoneType"]),
r"classification-.*": ("object", ["str", "NoneType"]),
}
def expected_types(c):
for r, types in EXPECTED_TYPES.items():