Skip to content

Commit 5989278

Browse files
Thomas Polasekfacebook-github-bot
authored andcommitted
Convert directory fbcode/deeplearning to use the Ruff Formatter
Summary: X-link: pytorch/FBGEMM#3242 Converts the directory specified to use the Ruff formatter in pyfmt ruff_dog If this diff causes merge conflicts when rebasing, please run `hg status -n -0 --change . -I '**/*.{py,pyi}' | xargs -0 arc pyfmt` on your diff, and amend any changes before rebasing onto latest. That should help reduce or eliminate any merge conflicts. allow-large-files bypass-github-export-checks Differential Revision: D63766623
1 parent 473ee74 commit 5989278

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flashlight/app/objdet/scripts/eval_coco.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def main(directory, coco_data):
9292
files = glob.glob(glob_path)
9393
assert len(files) > 0
9494
for f in files:
95-
9695
image_sizes = af.read_array(f, key="imageSizes").to_ndarray()
9796
image_sizes = np.transpose(image_sizes, (1, 0))
9897
image_ids = af.read_array(f, key="imageIds").to_ndarray()

0 commit comments

Comments
 (0)