Skip to content

Commit bac2ed7

Browse files
committed
Fix module name
1 parent efd14f5 commit bac2ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glass/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Module for array utilities."""
1+
"""Module for array utilities.""" # noqa: A005
22

33
from __future__ import annotations
44

0 commit comments

Comments
 (0)