Skip to content

Commit

Permalink
suppress errors in kats
Browse files Browse the repository at this point in the history
Reviewed By: connernilsen

Differential Revision: D53099852

fbshipit-source-id: 0b11807a19f51c4c5d5866d71f9bf8982f8632bb
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Jan 26, 2024
1 parent f6eb8d9 commit ebc6e66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kats/tests/test_consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def load_data(file_name: str) -> pd.DataFrame:
else:
path = "kats/data/"
data_object = pkgutil.get_data(ROOT, path + file_name)
# pyre-fixme[6]: For 1st param expected `bytes` but got `Optional[bytes]`.
return pd.read_csv(io.BytesIO(data_object), encoding="utf8")


Expand Down

0 comments on commit ebc6e66

Please sign in to comment.