Skip to content

Commit

Permalink
Opt-out test file that hangs Pyre (#2970)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2970

There's one function in one file that currently chokes Pyre. Opt it out from type checking until we figure out a fix.

Reviewed By: Balandat

Differential Revision: D65000955

fbshipit-source-id: d0e8562e164b5f65c3476cda9875e7e256bbed07
  • Loading branch information
grievejia authored and facebook-github-bot committed Oct 26, 2024
1 parent c3014fc commit 8562ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ax/modelbridge/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-strict
# pyre-ignore-all-errors

from unittest.mock import patch

Expand Down

0 comments on commit 8562ea9

Please sign in to comment.