From 699bc671ca7e8cd76bba1f5aaa18e103c61ae9f6 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005307016 Date: Fri, 17 Jan 2025 12:41:56 -0800 Subject: [PATCH] Add missing Pyre mode headers] [batch:3/1531] [shard:41/N] Differential Revision: D68316763 fbshipit-source-id: fb3e1e1a17786f6f681f1b11b48b4efd7a8ac311 --- pytorch3d/implicitron/dataset/orm_types.py | 2 ++ pytorch3d/implicitron/dataset/sql_dataset.py | 2 ++ pytorch3d/implicitron/dataset/sql_dataset_provider.py | 2 ++ 3 files changed, 6 insertions(+) diff --git a/pytorch3d/implicitron/dataset/orm_types.py b/pytorch3d/implicitron/dataset/orm_types.py index 2e916021..ee1f185f 100644 --- a/pytorch3d/implicitron/dataset/orm_types.py +++ b/pytorch3d/implicitron/dataset/orm_types.py @@ -4,6 +4,8 @@ # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. +# pyre-unsafe + # This functionality requires SQLAlchemy 2.0 or later. import math diff --git a/pytorch3d/implicitron/dataset/sql_dataset.py b/pytorch3d/implicitron/dataset/sql_dataset.py index a350a8b3..70418e97 100644 --- a/pytorch3d/implicitron/dataset/sql_dataset.py +++ b/pytorch3d/implicitron/dataset/sql_dataset.py @@ -4,6 +4,8 @@ # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. +# pyre-unsafe + import hashlib import json import logging diff --git a/pytorch3d/implicitron/dataset/sql_dataset_provider.py b/pytorch3d/implicitron/dataset/sql_dataset_provider.py index 08aa5781..a03616cb 100644 --- a/pytorch3d/implicitron/dataset/sql_dataset_provider.py +++ b/pytorch3d/implicitron/dataset/sql_dataset_provider.py @@ -4,6 +4,8 @@ # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. +# pyre-unsafe + import logging import os