From 8c1a276db77bccf573f55d39db116bd797a042fd Mon Sep 17 00:00:00 2001 From: John Reese Date: Wed, 11 May 2022 19:55:56 -0700 Subject: [PATCH] formatting changes from black 22.3.0 Summary: Applies the black-fbsource codemod with the new build of pyfmt. paintitblack Reviewed By: lisroach Differential Revision: D36324783 fbshipit-source-id: 280c09e88257e5e569ab729691165d8dedd767bc --- build/fbcode_builder/getdeps/runcmd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build/fbcode_builder/getdeps/runcmd.py b/build/fbcode_builder/getdeps/runcmd.py index 618a94eea..dc35b6f02 100644 --- a/build/fbcode_builder/getdeps/runcmd.py +++ b/build/fbcode_builder/getdeps/runcmd.py @@ -146,7 +146,6 @@ if hasattr(select, "poll"): data = data.decode("utf-8", errors="surrogateescape") log_fn(data) - else: def _pipe_output(p, log_fn):