Skip to content

Commit a28612f

Browse files
committed
Disable isort glob.
1 parent 9d5fcf9 commit a28612f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

colour_visuals/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
WebGPU-based visuals for colour science applications.
66
"""
77

8+
# isort: skip_file
9+
810
from __future__ import annotations
911

1012
import contextlib

0 commit comments

Comments
 (0)