fix-lint: black format

This commit is contained in:
ljnsn 2024-05-31 17:38:20 +02:00
parent 2b3215fbef
commit 279345cd7e
No known key found for this signature in database
GPG Key ID: 56FA44C04555E6DD
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
"""Provides utility functions for the parser""" """Provides utility functions for the parser"""
import pandas as pd import pandas as pd

View File

@ -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