Skip to content

Commit

Permalink
fix-lint: black format
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed May 31, 2024
1 parent 8cd70f9 commit a9ed587
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pandas_ods_reader/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Imports an ods or fods file into a DataFrame object"""

from pathlib import Path
from typing import Optional, List, Union

Expand Down
1 change: 1 addition & 0 deletions pandas_ods_reader/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Provides utility functions for the parser"""

import pandas as pd


Expand Down
1 change: 1 addition & 0 deletions tests/test_read_ods.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for core read_ods function with different files"""

from pathlib import Path

import pandas as pd
Expand Down

0 comments on commit a9ed587

Please sign in to comment.