Skip to content

Commit

Permalink
Daily arc lint --take BLACK
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D28319638

fbshipit-source-id: 1f4e1d8ed4d62dd3c757a5dcb2995abc53ce97c2
  • Loading branch information
CodemodService Bot authored and facebook-github-bot committed May 10, 2021
1 parent 47aa3f5 commit 043f878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytorchvideo/data/json_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

import torch
from iopath.common.file_io import g_pathmgr
from pytorchvideo.data.clip_sampling import ClipSampler
from pytorchvideo.data.labeled_video_dataset import LabeledVideoDataset
from pytorchvideo.data.clip_sampling import (
ClipInfo,
)
from pytorchvideo.data.clip_sampling import ClipSampler
from pytorchvideo.data.labeled_video_dataset import LabeledVideoDataset


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 043f878

Please sign in to comment.