Skip to content

Commit

Permalink
Disable isort glob.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Dec 14, 2024
1 parent 9d5fcf9 commit a28612f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colour_visuals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
WebGPU-based visuals for colour science applications.
"""

# isort: skip_file

from __future__ import annotations

import contextlib
Expand Down

0 comments on commit a28612f

Please sign in to comment.