Skip to content

Commit d7beb2e

Browse files
generatedunixname949130641157030meta-codesync[bot]
authored andcommitted
F401 in debug.py
Differential Revision: D110191004 fbshipit-source-id: 2329b1bd431133fafb63d59879162f2592289560
1 parent afe58db commit d7beb2e

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

‎eden/fs/cli/BUCK‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ python_library(
175175
"fbsource//third-party/pypi/filelock:filelock",
176176
"fbsource//third-party/pypi/psutil:psutil",
177177
"fbsource//third-party/pypi/toml:toml",
178-
"fbsource//third-party/pypi/tqdm:tqdm",
179178
":hostname",
180179
":mp",
181180
":proc_utils",

‎eden/fs/cli/debug.py‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,6 @@
8989
from thrift.python.serializer import Protocol, serialize as thrift_serialize
9090
from thrift.python.types import Struct as ThriftStruct
9191

92-
try:
93-
from tqdm import tqdm
94-
except ModuleNotFoundError:
95-
# pyre-fixme[3]: Return type must be annotated.
96-
# pyre-fixme[2]: Parameter must be annotated.
97-
def tqmd(x):
98-
return x
99-
100-
10192
from . import (
10293
cmd_util,
10394
rage as rage_mod,

0 commit comments

Comments
 (0)