Skip to content

Commit 41597a9

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent a0521e6 commit 41597a9

File tree

5 files changed

+2217
-593
lines changed

5 files changed

+2217
-593
lines changed

pydala/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from .filesystem import FileSystem, clear_cache
2121
from .helpers.datetime import get_timestamp_column
22-
from .helpers.misc import sql2pyarrow_filter
22+
from .helpers.sql import sql2pyarrow_filter
2323
from .helpers.security import (
2424
escape_sql_identifier,
2525
escape_sql_literal,

0 commit comments

Comments
 (0)