1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-26 03:59:55 +02:00

🐛 Make mypy happier by making mods4pandas a real package

This commit is contained in:
Mike Gerber 2025-06-13 19:00:07 +02:00
parent 51617a5b1e
commit d7c75914d9
6 changed files with 7 additions and 7 deletions

View file

@ -5,8 +5,8 @@ import pandas as pd
import pytest
from mods4pandas.mods4pandas import mods_to_dict, process
from mods4pandas.lib import flatten
from ..mods4pandas import mods_to_dict, process
from ..lib import flatten
TESTS_DATA_DIR = Path(__file__).parent / "data"