Skip to content

Commit

Permalink
refactor(python): remove multiprocessing check, and leave it to the u…
Browse files Browse the repository at this point in the history
…ser (pola-rs#5347)
  • Loading branch information
ritchie46 authored and zundertj committed Jan 7, 2023
1 parent 2b614f9 commit 23a5dad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.
4 changes: 0 additions & 4 deletions py-polars/polars/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import warnings

# Set python multiprocessing start method to "spawn" if undefined.
# or raise ImportError if defined, but not set to "spawn".
import polars.mp_check # noqa: F401

try:
from polars.polars import version
except ImportError:
Expand Down
53 changes: 0 additions & 53 deletions py-polars/polars/mp_check.py

This file was deleted.

0 comments on commit 23a5dad

Please sign in to comment.