Style fixes
This commit is contained in:

committed by
Todd Gamblin

parent
0b832b2929
commit
aeac72e1e3
@@ -486,7 +486,7 @@ class HashableMap(MutableMapping):
|
||||
"""This is a hashable, comparable dictionary. Hash is performed on
|
||||
a tuple of the values in the dictionary."""
|
||||
|
||||
__slots__ = 'dict',
|
||||
__slots__ = ("dict",)
|
||||
|
||||
def __init__(self):
|
||||
self.dict = {}
|
||||
|
Reference in New Issue
Block a user