From 8fe24082f9924cf52be6a2affbbc826e8eef3e4c Mon Sep 17 00:00:00 2001 From: Nicolay Rusnachenko Date: Sun, 24 Sep 2023 12:53:28 +0100 Subject: [PATCH] #488 removed non-utilized constants --- arekit/common/data/const.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arekit/common/data/const.py b/arekit/common/data/const.py index 5f352288..98024c85 100644 --- a/arekit/common/data/const.py +++ b/arekit/common/data/const.py @@ -8,10 +8,6 @@ OPINION_ID = "opinion_id" OPINION_LINKAGE_ID = "linkage_id" -# Corresponds to fields with attitude ends. (values, STRING) -SOURCE = 'source' -TARGET = 'target' - # Corresponds to fields with attitude ends. (indices, INT) S_IND = 's_ind' T_IND = 't_ind'