Skip to content

Commit db38cc6

Browse files
Trivial commit to remove a superfluous comma.
1 parent 5c4c7c4 commit db38cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygly/vertex_buffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def __init__(
310310
offset = None,
311311
**kwargs
312312
):
313-
super( VertexAttribute, self ).__init__( buffer, )
313+
super( VertexAttribute, self ).__init__( buffer )
314314

315315
self.values_per_vertex = values_per_vertex
316316
self.gl_type = gl_type

0 commit comments

Comments
 (0)