Skip to content

Commit 5817f2b

Browse files
committed
remove extra blank lines
1 parent 7ca7343 commit 5817f2b

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

tests/arrays/test_extension_array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Test common ExtensionArray methods
2-
32
import numpy as np
43
import pandas as pd
54
from pandas.core.arrays import ExtensionArray

tests/test_frame.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080

8181
from pandas._typing import S1
8282
else:
83-
8483
_PandasNamedTuple: TypeAlias = tuple
8584

8685
if not PD_LTE_23:

tests/test_timefuncs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
from __future__ import annotations
22

33
import datetime as dt
4-
from typing import (
5-
TypeAlias,
6-
)
4+
from typing import TypeAlias
75

86
from dateutil.relativedelta import (
97
FR,

0 commit comments

Comments
 (0)