Skip to content

Commit bd7b0f4

Browse files
author
Lukas Müller
committed
Another small code modification for lint
1 parent 7230ab4 commit bd7b0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tikzplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class Axes:
9-
def __init__(self, data, obj):
9+
def __init__(self, data, obj): # noqa: C901
1010
"""Returns the PGFPlots code for an axis environment.
1111
"""
1212
self.content = []

0 commit comments

Comments
 (0)