Skip to content

Commit

Permalink
Add missing Pyre mode headers] [batch:3/1531] [shard:41/N]
Browse files Browse the repository at this point in the history
Differential Revision: D68316763

fbshipit-source-id: fb3e1e1a17786f6f681f1b11b48b4efd7a8ac311
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Jan 17, 2025
1 parent 49cf5a0 commit 699bc67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytorch3d/implicitron/dataset/orm_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions pytorch3d/implicitron/dataset/sql_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions pytorch3d/implicitron/dataset/sql_dataset_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 699bc67

Please sign in to comment.