Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6de0517

Browse files
authored
Merge pull request #19282 from anntzer/tgid
Remove the unused TransformNode._gid.
2 parents ee2bee3 + be57f15 commit 6de0517

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/transforms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ class TransformNode:
8484
classes that are not really transforms, such as bounding boxes, since some
8585
transforms depend on bounding boxes to compute their values.
8686
"""
87-
_gid = 0
8887

8988
# Invalidation may affect only the affine part. If the
9089
# invalidation was "affine-only", the _invalid member is set to

0 commit comments

Comments
 (0)