Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Add missing methods #464

Closed
wants to merge 14 commits into from
2 changes: 1 addition & 1 deletion third_party/3/pyspark/util.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, Tuple
from typing import Any, Callable, Tuple, List
zero323 marked this conversation as resolved.
Show resolved Hide resolved
from pyspark._typing import F

import threading
Expand Down