From 8e42ea8ee03c2655916ef4cf8bbba794d1c1f09e Mon Sep 17 00:00:00 2001 From: generatedunixname89002005287564 Date: Tue, 16 Apr 2024 11:14:03 -0700 Subject: [PATCH] Pyre Configurationless migration for] [batch:2/15] (#2368) Summary: Pull Request resolved: https://github.com/facebook/Ax/pull/2368 Reviewed By: connernilsen Differential Revision: D56132395 fbshipit-source-id: 6e83c4ad77dcd5b62ee64f08d54568c2bb2b47e4 --- apple/tools/linker_wrapper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apple/tools/linker_wrapper.py b/apple/tools/linker_wrapper.py index bf3bccb33..3c5f6f777 100644 --- a/apple/tools/linker_wrapper.py +++ b/apple/tools/linker_wrapper.py @@ -5,6 +5,8 @@ # License, Version 2.0 found in the LICENSE-APACHE file in the root directory # of this source tree. +# pyre-strict + import argparse import enum import re