Skip to content

Commit 008fe48

Browse files
committed
Adjusted imports
1 parent 28b7120 commit 008fe48

File tree

1 file changed

+1
-1
lines changed
  • pandas/tests/extension/base

1 file changed

+1
-1
lines changed

pandas/tests/extension/base/ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import operator
2-
from typing import Type, Union
2+
from typing import Optional, Type
33

44
import pytest
55

0 commit comments

Comments
 (0)