From 47e5880c87d28a0fb8cfd7a05ce510526d1b9163 Mon Sep 17 00:00:00 2001 From: chfw Date: Sun, 1 Dec 2019 14:06:06 +0000 Subject: [PATCH] :fire: remove duplicated code --- moban/constants.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/moban/constants.py b/moban/constants.py index dd0300cc..530ab7f1 100644 --- a/moban/constants.py +++ b/moban/constants.py @@ -77,8 +77,6 @@ LABEL_VERBOSE = "verbose" LABEL_MOBAN_ACTION_IN_PRESENT_CONTINUOUS_TENSE = "Mobanizing" LABEL_MOBAN_ACTION_IN_PAST_TENSE = "Mobanized" -LABEL_MOBAN_ACTION_IN_PRESENT_CONTINUOUS_TENSE = "Mobanizing" -LABEL_MOBAN_ACTION_IN_PAST_TENSE = "Mobanized" # error messages ERROR_DATA_FILE_NOT_FOUND = "Both %s and %s does not exist"