From 37815e020f3cfa34eab5721a8209190acb17476a Mon Sep 17 00:00:00 2001 From: CodemodService Racer Engineer Date: Thu, 28 May 2026 18:09:12 -0700 Subject: [PATCH] Fix PYRE_STRICT issue in fbcode/mosaic/libmosaic/__init__.py Reviewed By: hanle11 Differential Revision: D105549737 --- mosaic/libmosaic/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mosaic/libmosaic/__init__.py b/mosaic/libmosaic/__init__.py index 10a5577..1c05fc8 100644 --- a/mosaic/libmosaic/__init__.py +++ b/mosaic/libmosaic/__init__.py @@ -3,3 +3,5 @@ # # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. + +# pyre-strict