Skip to content

Commit

Permalink
Add type error suppressions for upcoming upgrade
Browse files Browse the repository at this point in the history
Differential Revision: D65342183

fbshipit-source-id: 6bdf4d4295aba52774b955867fb07c9c1b6c5d35
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Nov 1, 2024
1 parent 010f955 commit 57844aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kats/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ def __len__(self) -> int:
def __getitem__(
# pyre-fixme[24]: Generic type `slice` expects 3 type parameters.
self,
# pyre-fixme[24]: Generic type `slice` expects 3 type parameters.
sliced: Union[str, Iterable, builtins.slice],
) -> TimeSeriesData:
if isinstance(sliced, str) or (
Expand Down

0 comments on commit 57844aa

Please sign in to comment.