diff options
| author | Ryan Snyder <ryan@vector35.com> | 2018-07-02 13:55:27 -0400 |
|---|---|---|
| committer | Ryan Snyder <ryan@vector35.com> | 2018-07-02 13:55:27 -0400 |
| commit | bc8f53abc3885824ae1eaca79c95ce83a3a3a643 (patch) | |
| tree | db8bd652193b880538d0a2be94e4ee6f7db4efb8 /python | |
| parent | 67209107fbfe586a39101b7135b3f041cb934abe (diff) | |
python: avoid auto-generating docs for live content
Diffstat (limited to 'python')
| -rw-r--r-- | python/update.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/update.py b/python/update.py index a89c9348..1eb8ea61 100644 --- a/python/update.py +++ b/python/update.py @@ -117,11 +117,6 @@ class UpdateChannel(object): 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)""" count = ctypes.c_ulonglong() |
