Skip to content

Commit 90dce52

Browse files
committed
from -> import
1 parent 074fd4b commit 90dce52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/_typing.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ from typing import (
2525
)
2626

2727
import numpy as np
28-
from numpy.typing
28+
import numpy.typing
2929
from pandas.core.arrays import ExtensionArray
3030
from pandas.core.frame import DataFrame
3131
from pandas.core.generic import NDFrame

0 commit comments

Comments
 (0)