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 (#5347)
  • Loading branch information
ritchie46 committed Oct 27, 2022
1 parent 1b0c5a8 commit a55a203
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 a55a203

Please sign in to comment.