Skip to content

Commit e94e500

Browse files
azory-ydatafabclmnt
authored andcommitted
fix(linting): code formatting
1 parent 5679b16 commit e94e500

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_typeset_default.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
from typing import Dict, Sequence
3-
43
from urllib.parse import urlparse
54

65
import numpy as np
@@ -20,6 +19,7 @@
2019
from ydata_profiling.model.typeset import ProfilingTypeSet
2120
from ydata_profiling.profile_report import ProfileReport
2221

22+
2323
def get_sequences() -> Dict[str, Sequence]:
2424
sequences = {
2525
"complex_series_float": [
@@ -76,6 +76,7 @@ def get_sequences() -> Dict[str, Sequence]:
7676
}
7777
return sequences
7878

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

0 commit comments

Comments
 (0)