From bc8f53abc3885824ae1eaca79c95ce83a3a3a643 Mon Sep 17 00:00:00 2001 From: Ryan Snyder Date: Mon, 2 Jul 2018 13:55:27 -0400 Subject: python: avoid auto-generating docs for live content --- python/update.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'python') diff --git a/python/update.py b/python/update.py index a89c9348..1eb8ea61 100644 --- a/python/update.py +++ b/python/update.py @@ -116,11 +116,6 @@ class UpdateChannel(object): self.description = desc self.latest_version_num = ver - @property - def list(self): - """Allow tab completion to discover metaclass list property""" - pass - @property def versions(self): """List of versions (read-only)""" -- cgit v1.3.1