Skip to content

Instantly share code, notes, and snippets.

@steveoh
Last active August 21, 2019 22:07
Show Gist options
  • Save steveoh/294177750a5b4a4b872cf167a163cbb5 to your computer and use it in GitHub Desktop.
Save steveoh/294177750a5b4a4b872cf167a163cbb5 to your computer and use it in GitHub Desktop.
sweeper class contract
class DuplicateTest(object):
def __init__(self):
pass
def sweep(self, params):
pass
def get_report(self, params):
pass
def try_fix(self, params):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment