From 74e0167d2f5ee515583dff80975a95428102b3a1 Mon Sep 17 00:00:00 2001 From: Brady James Garvin <bgarvin@cse.unl.edu> Date: Fri, 16 Nov 2018 09:45:12 -0600 Subject: [PATCH] Made Feature Z a special case of Feature Y to resolve a DRY violation. --- feature_y.py | 1 + feature_z.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 feature_z.py diff --git a/feature_y.py b/feature_y.py index b28b04f..fd40910 100644 --- a/feature_y.py +++ b/feature_y.py @@ -1,3 +1,4 @@ + diff --git a/feature_z.py b/feature_z.py deleted file mode 100644 index 8b13789..0000000 --- a/feature_z.py +++ /dev/null @@ -1 +0,0 @@ - -- GitLab