Skip to content

Commit

Permalink
Remove early shared object import
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Nov 28, 2023
1 parent 9643dc6 commit 2e0b5b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dask_sql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# FIXME: can we modify TLS model of Rust object to avoid aarch64 glibc bug?
# https://github.com/dask-contrib/dask-sql/issues/1169
from . import _datafusion_lib # isort:skip

import importlib.metadata

from . import config
Expand Down

0 comments on commit 2e0b5b3

Please sign in to comment.