Skip to content

Commit f24b28f

Browse files
committed
flake8 cleanup
1 parent 6318ffa commit f24b28f

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, Optional
4+
from typing import Any
55
import warnings
66

77
import numpy as np

0 commit comments

Comments
 (0)