Fix minor typo

This commit is contained in:
Reece Vela 2023-04-05 13:43:19 -05:00 committed by GitHub
parent 138bb51997
commit fc2d7e974b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
# checkstyle: noqa
from twml.feature_config import FeatureConfigBuilder
def get_feature_config(data_spec_path, label):
return (
FeatureConfigBuilder(data_spec_path=data_spec_path, debug=True)