Skip to content

Commit

Permalink
Revert one file from D47572284
Browse files Browse the repository at this point in the history
Reviewed By: IanChilds

Differential Revision: D47695457

fbshipit-source-id: 08b5fdb206df1ac1f77569db0aeeef0622e5ec86
  • Loading branch information
stepancheg authored and facebook-github-bot committed Jul 22, 2023
1 parent b29944d commit 586d121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prelude/utils/utils.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def expect_non_none(val, msg: str = "unexpected none", *fmt_args, **fmt_kwargs):
fail(msg.format(*fmt_args, **fmt_kwargs))
return val

def from_named_set(srcs: [{str: ["artifact", Dependency]}, [["artifact", Dependency]]]) -> {str: ["artifact", Dependency]}:
def from_named_set(srcs: [{str: ["artifact", "dependency"]}, [["artifact", "dependency"]]]) -> {str: ["artifact", "dependency"]}:
"""
Normalize parameters of optionally named sources to a dictionary mapping
names to sources, deriving the name from the short path when it's not
Expand Down

0 comments on commit 586d121

Please sign in to comment.