Skip to content

Commit 3ac8dfb

Browse files
committed
fix: remove tag writing for now
1 parent 4594442 commit 3ac8dfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pins/meta.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ def to_pin_dict(self):
115115
for k in self._excluded:
116116
del d[k]
117117

118+
# TODO: once tag writing is implemented, delete this line
119+
del d["tags"]
120+
118121
return d
119122

120123
@classmethod

0 commit comments

Comments
 (0)