diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-05-23 21:32:09 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-05-23 21:32:09 -0400 |
| commit | f229958f0eadd39a37681aa12ffb2ac9d6df60d7 (patch) | |
| tree | 486d7d85e2ed3eb33c3768e37fa0118392426852 /python/function.py | |
| parent | 26c3c52853f6e440720731edb9b4bddf2545791e (diff) | |
small cleanups from pylint plus fix for analysis_info
Diffstat (limited to 'python/function.py')
| -rw-r--r-- | python/function.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/python/function.py b/python/function.py index 80e18250..9d70d5be 100644 --- a/python/function.py +++ b/python/function.py @@ -422,16 +422,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): """ """ return self._mapping |
