Skip to content

Commit 699bc67

Browse files
generatedunixname89002005307016facebook-github-bot
generatedunixname89002005307016
authored andcommitted
Add missing Pyre mode headers] [batch:3/1531] [shard:41/N]
Differential Revision: D68316763 fbshipit-source-id: fb3e1e1a17786f6f681f1b11b48b4efd7a8ac311
1 parent 49cf5a0 commit 699bc67

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

pytorch3d/implicitron/dataset/orm_types.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
# pyre-unsafe
8+
79
# This functionality requires SQLAlchemy 2.0 or later.
810

911
import math

pytorch3d/implicitron/dataset/sql_dataset.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
# pyre-unsafe
8+
79
import hashlib
810
import json
911
import logging

pytorch3d/implicitron/dataset/sql_dataset_provider.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
# pyre-unsafe
8+
79

810
import logging
911
import os

0 commit comments

Comments
 (0)