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:
parent
51617a5b1e
commit
d7c75914d9
6 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue