Skip to content

Commit a1de967

Browse files
Yhg1smeta-codesync[bot]
authored andcommitted
Disable unused import check on the import of init_cinderx
Summary: Suppress linter warnings on the unused import of init_cinderx, which is imported for side-effects only. Reviewed By: jermenkoo Differential Revision: D114429859 fbshipit-source-id: 731601974a7281e9b3507938c0a85160b41f84fc
1 parent a964e23 commit a1de967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ def main():
10921092
# is missing then we weren't build with CinderX so ignoring the import
10931093
# error is fine.
10941094
try:
1095-
import init_cinderx
1095+
import init_cinderx # noqa: F401
10961096
except ImportError:
10971097
pass
10981098
execsitecustomize()

0 commit comments

Comments
 (0)