Skip to content

Commit dcb9bb9

Browse files
committed
sat: remove colab/flags.py
1 parent 163958a commit dcb9bb9

3 files changed

Lines changed: 0 additions & 114 deletions

File tree

cmake/python.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ file(COPY
416416
ortools/sat/python/cp_model.py
417417
DESTINATION ${PYTHON_PROJECT_DIR}/sat/python)
418418
file(COPY
419-
ortools/sat/colab/flags.py
420419
ortools/sat/colab/visualization.py
421420
DESTINATION ${PYTHON_PROJECT_DIR}/sat/colab)
422421
file(COPY

ortools/sat/colab/BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515

1616
load("@rules_python//python:py_library.bzl", "py_library")
1717

18-
py_library(
19-
name = "flags",
20-
srcs = ["flags.py"],
21-
visibility = ["//visibility:public"],
22-
)
23-
2418
py_library(
2519
name = "visualization",
2620
srcs = ["visualization.py"],

ortools/sat/colab/flags.py

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)