From 84a40e2a50a4c44144c361008fe0b2ffd6877137 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005287564 Date: Sat, 2 Mar 2024 10:44:35 -0800 Subject: [PATCH] Pyre Configurationless migration for] [batch:27/112] [shard:6/N] Summary: Pull Request resolved: https://github.com/facebookresearch/mobile-vision/pull/194 Reviewed By: connernilsen Differential Revision: D54440619 fbshipit-source-id: af00ab46d8314991debd1f6fbb4ad6e9ee44028c --- mobile_cv/exporter_v2/api.py | 2 ++ mobile_cv/exporter_v2/converter.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mobile_cv/exporter_v2/api.py b/mobile_cv/exporter_v2/api.py index b69f396b..ffedba8b 100644 --- a/mobile_cv/exporter_v2/api.py +++ b/mobile_cv/exporter_v2/api.py @@ -1,5 +1,7 @@ # Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved. +# pyre-unsafe + from typing import List diff --git a/mobile_cv/exporter_v2/converter.py b/mobile_cv/exporter_v2/converter.py index 62b297be..df7b7667 100644 --- a/mobile_cv/exporter_v2/converter.py +++ b/mobile_cv/exporter_v2/converter.py @@ -1,5 +1,7 @@ # (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. +# pyre-unsafe + class ConverterBase(object): """