We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce109a commit e6e79b7Copy full SHA for e6e79b7
1 file changed
25-class-metaprog/sentinel/sentinel.py
@@ -32,7 +32,7 @@ def __repr__(cls):
32
try:
33
return cls.repr
34
except AttributeError:
35
- return f'{cls.__name__}'
+ return cls.__name__
36
37
38
class Sentinel(metaclass=_SentinelMeta):
0 commit comments