mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
8 lines
137 B
Python
8 lines
137 B
Python
py_library(
|
|
name = "utils",
|
|
srcs = [
|
|
"diagnostics_test_utils.py",
|
|
],
|
|
visibility = ["//swift:__subpackages__"],
|
|
)
|