Skip to content

Commit

Permalink
Updated code so pyre will run on new files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daquiver1 committed Oct 25, 2023
1 parent 79be56a commit 03c3c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/jdwp/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python_binary(


python_library(
name = "lib",
srcs = [],
name = "defs",
srcs = glob(["**/*.py"]),
visibility = ["PUBLIC"],
)

0 comments on commit 03c3c64

Please sign in to comment.