Skip to content

Commit

Permalink
use pandas stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-rogers committed Dec 11, 2024
1 parent f2900b1 commit 6cf62bb
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
from abc import abstractmethod
from typing import Any, Dict, Generic, List, Optional, TypeVar, Union

# TODO: stubs?
try:
import pandas as pd # type: ignore
except ImportError:
pd: Any = None # type: ignore
from whylogs.core.stubs import pd


# TODO add strong typing here. whylogs takes pretty much anything in log() so we don't actually
Expand Down

0 comments on commit 6cf62bb

Please sign in to comment.