Skip to content

Commit

Permalink
removed get_doc override
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Jan 27, 2020
1 parent d503e83 commit dcd7778
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions keithley2600/keithley_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,6 @@ def __dir__(self):

return sub_cmds

def getdoc(self):
"""Prevent pydoc from trying to document this class. This could
conflict with on-demand creation of attributes."""
pass


class KeithleyIOError(Exception):
"""Raised when no Keithley instrument is connected."""
Expand Down

0 comments on commit dcd7778

Please sign in to comment.