Skip to content

Commit

Permalink
(fix): remove Client
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Feb 27, 2024
1 parent 63ca2f0 commit fd22a19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scanpy/_compat.py
Expand Up @@ -6,12 +6,10 @@

import dask.array as da
import numpy as np
from dask.distributed import Client
from legacy_api_wrap import legacy_api
from packaging import version
from scipy import sparse as sp

client = Client(processes=False) # Starts local cluster
try:
from functools import cache
except ImportError: # Python < 3.9
Expand Down

0 comments on commit fd22a19

Please sign in to comment.