mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-26 03:59:55 +02:00
🎨 Sort/format imports
This commit is contained in:
parent
d7c75914d9
commit
89b71dd5c4
4 changed files with 8 additions and 10 deletions
|
@ -1,12 +1,12 @@
|
|||
from pathlib import Path
|
||||
import re
|
||||
from lxml import etree as ET
|
||||
from pathlib import Path
|
||||
|
||||
import pandas as pd
|
||||
import pytest
|
||||
from lxml import etree as ET
|
||||
|
||||
|
||||
from ..mods4pandas import mods_to_dict, process
|
||||
from ..lib import flatten
|
||||
from ..mods4pandas import mods_to_dict, process
|
||||
|
||||
TESTS_DATA_DIR = Path(__file__).parent / "data"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue