Skip to content

Commit

Permalink
undo typing
Browse files Browse the repository at this point in the history
  • Loading branch information
tkknight committed Aug 5, 2024
1 parent 10f214d commit fb33318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _get_test_data_dir():
The test data directory supports the subset of Iris unit tests that require data.
Directory contents accessed via :func:`iris.tests.get_data_path`."""

PALETTE_PATH: str = get_dir_option(
PALETTE_PATH = get_dir_option(
_RESOURCE_SECTION, "palette_path", os.path.join(CONFIG_PATH, "palette")
)
"""The full path to the Iris palette configuration directory."""
Expand Down

0 comments on commit fb33318

Please sign in to comment.