diff --git a/mypy/main.py b/mypy/main.py index d5bbca704305..150d388af84c 100644 --- a/mypy/main.py +++ b/mypy/main.py @@ -1204,13 +1204,6 @@ def add_invertible_flag( ) if server_options: - # TODO: This flag is superfluous; remove after a short transition (2018-03-16) - other_group.add_argument( - "--experimental", - action="store_true", - dest="fine_grained_incremental", - help="Enable fine-grained incremental mode", - ) other_group.add_argument( "--use-fine-grained-cache", action="store_true",