Skip to content

Commit a483bd7

Browse files
bowiechenmeta-codesync[bot]
authored andcommitted
apply Black 25.11.0 style in fbcode (72/92)
Summary: Formats the covered files with pyfmt. paintitblack Reviewed By: itamaro Differential Revision: D90476322 fbshipit-source-id: e689aa40511799087010490a2ebe5260d41130c8
1 parent 6c7cd37 commit a483bd7

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

build/fbcode_builder/getdeps/platform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# pyre-unsafe
77

88
import os
9-
109
import platform
1110
import re
1211
import shlex

build/fbcode_builder/getdeps/runcmd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import select
1010
import subprocess
1111
import sys
12-
1312
from shlex import quote as shellquote
1413

1514
from .envfuncs import Env

build/fbcode_builder/getdeps/test/retry_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
from unittest.mock import call, MagicMock, patch
1111

1212
from ..buildopts import BuildOptions
13-
1413
from ..errors import TransientFailure
15-
1614
from ..fetcher import ArchiveFetcher
1715
from ..manifest import ManifestParser
1816

0 commit comments

Comments
 (0)