blob: 1f0a5fcaa5b07aa98da2cec0c90d4b5ec6236fa7 [file] [log] [blame]
import sys
# TODO(boomanaiden154): Remove this flag once we enable type checking in the
# precommit CI.
try:
import pytype
config.available_features.add("has-pytype")
except:
pass