From 15a69500af7137ca0b75fff2072f80a04bf31c60 Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Fri, 9 Oct 2020 11:06:12 -0700 Subject: [PATCH] Hotfix broken import from merge conflict # Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] # Building wheels and fs_util will be skipped. Delete if not intended. [ci skip-build-wheels] --- src/python/pants/backend/python/target_types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/pants/backend/python/target_types.py b/src/python/pants/backend/python/target_types.py index 3c543ec08dd..5cf3d5f723a 100644 --- a/src/python/pants/backend/python/target_types.py +++ b/src/python/pants/backend/python/target_types.py @@ -32,6 +32,7 @@ SpecialCasedDependencies, StringField, StringOrStringSequenceField, + StringSequenceField, Target, WrappedTarget, )