Skip to content

Commit 2d963fd

Browse files
style: Conform to linting
1 parent c2f2214 commit 2d963fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/test_dataframe_compatibility.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ def __init__(self, length: typing.Any, dataset: list):
3333

3434

3535
class DummyUnlikeSequence1:
36-
def __init__(self) -> None: ...
36+
def __init__(self) -> None:
37+
...
3738

3839

3940
class DummyUnlikeSequence2:
40-
def __init__(self) -> None: ...
41+
def __init__(self) -> None:
42+
...
4143

4244
def __str__(self) -> str:
4345
return 'invalid'

0 commit comments

Comments
 (0)