Skip to content

Commit

Permalink
Resolve lint (unused imports, undefined variables)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman committed Jan 6, 2025
1 parent b175056 commit b97d493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion pandera/backends/ibis/builtin_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from typing import Any, TypeVar

import ibis
import ibis.expr.types as ir

from pandera.api.extensions import register_builtin_check
Expand Down
4 changes: 3 additions & 1 deletion tests/ibis/test_ibis_builtin_checks.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
"""Unit tests for Ibis checks."""

import decimal
from operator import methodcaller

import ibis
import ibis.expr.datatypes as dt
import pytest

import pandera.ibis as pa
from pandera.errors import SchemaError
from pandera.ibis import Column, DataFrameSchema
from pandera.backends.ibis.register import register_ibis_backends


class BaseClass:
Expand Down

0 comments on commit b97d493

Please sign in to comment.