Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix type hint
  • Loading branch information
sycai committed Apr 7, 2025
commit 9a835cb0663ee7bc3fc60305d6710a5db3536c21
2 changes: 2 additions & 0 deletions bigframes/core/window/ordering.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from __future__ import annotations

from functools import singledispatch

from bigframes.core import expression as ex
Expand Down