Skip to content

Commit

Permalink
fixup! fixup! fixup! chore: revert dialect changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Aug 23, 2024
1 parent bc2f1a6 commit 32cb541
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ibis/backends/sqlite/udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import math
import operator
from collections import defaultdict
from datetime import date
from typing import TYPE_CHECKING, Any, NamedTuple
from urllib.parse import parse_qs, urlsplit
from uuid import uuid4
Expand Down Expand Up @@ -358,11 +357,6 @@ def _ibis_extract_user_info(url):
return f"{username}:{password}"


@udf
def _ibis_date_from_parts(year, month, day):
return date(year, month, day).isoformat()


class _ibis_var:
def __init__(self, offset):
self.mean = 0.0
Expand Down

0 comments on commit 32cb541

Please sign in to comment.