From f229958f0eadd39a37681aa12ffb2ac9d6df60d7 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 23 May 2019 21:32:09 -0400 Subject: small cleanups from pylint plus fix for analysis_info --- python/function.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'python/function.py') diff --git a/python/function.py b/python/function.py index 80e18250..9d70d5be 100644 --- a/python/function.py +++ b/python/function.py @@ -421,16 +421,6 @@ class PossibleValueSet(object): """ """ self._table = value - @property - def table(self): - """ """ - return self._table - - @table.setter - def table(self, value): - """ """ - self._table = value - @property def mapping(self): """ """ -- cgit v1.3.1