Skip to content

Commit

Permalink
Move experimental/coro/scripts to coro/scripts
Browse files Browse the repository at this point in the history
Summary: tsia

Differential Revision: D59606631

fbshipit-source-id: 2b819559bcaba9c59d706d3a157d4c90c6f450c9
  • Loading branch information
Gownta authored and facebook-github-bot committed Jul 11, 2024
1 parent c30d49d commit 5894cc3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions folly/coro/scripts/BUCK
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")

oncall("fbcode_entropy_wardens_folly")

python_library(
# @autodeps-skip
name = "co_bt",
srcs = ["co_bt.py"],
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion folly/experimental/coro/scripts/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ oncall("fbcode_entropy_wardens_folly")
python_library(
# @autodeps-skip
name = "co_bt",
srcs = ["co_bt.py"],
deps = [
"//folly/coro/scripts:co_bt",
],
)

0 comments on commit 5894cc3

Please sign in to comment.