fix-lint: black format
This commit is contained in:
parent
2b3215fbef
commit
279345cd7e
|
|
@ -1,4 +1,5 @@
|
||||||
"""Imports an ods or fods file into a DataFrame object"""
|
"""Imports an ods or fods file into a DataFrame object"""
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Optional, List, Union
|
from typing import Optional, List, Union
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
"""Provides utility functions for the parser"""
|
"""Provides utility functions for the parser"""
|
||||||
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
"""Tests for core read_ods function with different files"""
|
"""Tests for core read_ods function with different files"""
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue