aboutsummaryrefslogtreecommitdiff
path: root/git/refs/tag.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/refs/tag.py')
-rw-r--r--git/refs/tag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/refs/tag.py b/git/refs/tag.py
index 37ee1240..8f88c522 100644
--- a/git/refs/tag.py
+++ b/git/refs/tag.py
@@ -17,7 +17,7 @@ class TagReference(Reference):
if tagref.tag is not None:
print(tagref.tag.message)"""
- __slots__ = tuple()
+ __slots__ = ()
_common_path_default = "refs/tags"
@property