Skip to content

Commit 065a99f

Browse files
committed
Drop util.pyi
1 parent 037acdd commit 065a99f

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

python/pyspark/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from py4j.clientserver import ClientServer
2525

26-
__all__ = []
26+
__all__ = [] # type: ignore
2727

2828

2929
def print_exec(stream):

python/pyspark/util.pyi

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)