Skip to content

Commit

Permalink
fix dup repr
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBaggett committed May 5, 2020
1 parent 3e50d12 commit 8ceef84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Registry/Registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ def __str__(self):
def __repr__(self):
return 'RegistryKey(name="{0}", path="{1}")'.format(self.name(), self.path())

def __repr__(self):
return f"RegistryKey(name={self.name()}, path={self.path()})"

def __getitem__(self, key):
return self.value(key)
Expand Down

0 comments on commit 8ceef84

Please sign in to comment.