Skip to content

Commit 7bea094

Browse files
committed
flake8 cleanup
1 parent 16628cb commit 7bea094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/range.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from datetime import timedelta
22
import operator
33
from sys import getsizeof
4-
from typing import Any, List, Optional
4+
from typing import Any, List
55
import warnings
66

77
import numpy as np

0 commit comments

Comments
 (0)