Skip to content

Commit

Permalink
suppress errors in kats
Browse files Browse the repository at this point in the history
Differential Revision: D54305640

fbshipit-source-id: 874159e40cfa6457f1234f461cdd12eb571fa518
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Feb 28, 2024
1 parent 50c7cae commit 713ab49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kats/detectors/interval_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ class ABInterval(IntervalAnomaly):
"""

def __init__(
# pyre-fixme[11]: Annotation `Timestamp` is not defined as a type.
self,
interval_type: ABIntervalType,
# pyre-fixme[11]: Annotation `Timestamp` is not defined as a type.
start: pd.Timestamp,
end: pd.Timestamp,
) -> None:
Expand Down

0 comments on commit 713ab49

Please sign in to comment.