Skip to content

Commit 4cce3c0

Browse files
generatedunixname1386168399311133meta-codesync[bot]
authored andcommitted
Remove unused Python imports (F401/F403/F405)
Differential Revision: D92151903 fbshipit-source-id: 1b1125441d8f3dacb149056c296a339a0d0fb53f
1 parent ebdd0d7 commit 4cce3c0

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

cinderx/PythonBin/sitecustomize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
22

3-
import cinderx
3+
import cinderx # noqa: F401

cinderx/PythonLib/cinderx/_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
try:
1212
# pyre-ignore[21]: Unknwn import
13-
from _cinderx import AsyncLazyValue, AwaitableValue
13+
from _cinderx import AsyncLazyValue
1414
except ImportError:
1515

1616
class _AsyncLazyValueState:

cinderx/PythonLib/cinderx/compileall.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
from pathlib import Path
2626
from typing import Generator, Pattern, Type
2727

28-
import cinderx
2928
from cinderx.compiler.pysourceloader import PySourceFileLoader
3029
from cinderx.compiler.strict.loader import strict_compile as strict_compile_fn
3130

0 commit comments

Comments
 (0)