Skip to content

Commit

Permalink
fix(linting): code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
azory-ydata committed Sep 6, 2024
1 parent e3cce4b commit 4aa48f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/test_typeset_default.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
from typing import Dict, Sequence

from urllib.parse import urlparse

import numpy as np
Expand All @@ -20,6 +19,7 @@
from ydata_profiling.model.typeset import ProfilingTypeSet
from ydata_profiling.profile_report import ProfileReport


def get_sequences() -> Dict[str, Sequence]:
sequences = {
"complex_series_float": [
Expand Down Expand Up @@ -76,6 +76,7 @@ def get_sequences() -> Dict[str, Sequence]:
}
return sequences


def get_series() -> Dict[str, pd.Series]:
"""
Taken from Vision to remove the `complex_series_nan` that causes an exception due to a bug
Expand Down

0 comments on commit 4aa48f8

Please sign in to comment.