[Codemod][FBSourceBlackLinter] Daily arc lint --take BLACK

Reviewed By: zertosh

Differential Revision: D31192084

fbshipit-source-id: 25d490783b876253ddd1ad0a70832766ebd33f51
This commit is contained in:
CodemodService Bot
2021-09-25 06:40:36 -07:00
committed by Facebook GitHub Bot
parent 146817c9d0
commit 4fe66d962d
3 changed files with 11 additions and 7 deletions

View File

@ -1036,7 +1036,6 @@ class PackageExporter:
return self.dependency_graph.all_paths(src, dst)
# even though these are in the standard library, we do not allow them to be
# automatically externed since they offer a lot of system level access
_DISALLOWED_MODULES = ["sys", "io"]