8000 [DON'T MERGE] Add deliberate missing stub · matplotlib/matplotlib@fc592cd · GitHub
[go: up one dir, main page]

Skip to content

Commit fc592cd

Browse files
committed
[DON'T MERGE] Add deliberate missing stub
1 parent bfdddc3 commit fc592cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/axis.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
}
4141

4242

43+
def new_func(x):
44+
pass
45+
46+
4347
class Tick(martist.Artist):
4448
"""
4549
Abstract base class for the axis ticks, grid lines and labels.

0 commit comments

Comments
 (0)
0