blob: aca75caef4dc2f3974afb8cf6f07713c736f5355 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
UP = 'up'
DOWN = 'down'
def IsValid(improvement_direction):
return improvement_direction in [UP, DOWN]