Skip to content

Commit

Permalink
Drop unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Nov 16, 2020
1 parent 4de37b2 commit c42fe59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/pyspark/streaming/context.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.

from typing import Any, Callable, List, Optional, TypeVar, Union
from typing import Any, Callable, List, Optional, TypeVar

from py4j.java_gateway import JavaObject # type: ignore[import]

Expand Down
2 changes: 1 addition & 1 deletion python/pyspark/streaming/kinesis.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.

from typing import Any, Callable, Optional, TypeVar
from typing import Callable, Optional, TypeVar
from pyspark.storagelevel import StorageLevel
from pyspark.streaming.context import StreamingContext
from pyspark.streaming.dstream import DStream
Expand Down

0 comments on commit c42fe59

Please sign in to comment.