Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 3, 2024
1 parent d8f5f17 commit 96e4220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rapids_build_backend/config.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

import os
from typing import TYPE_CHECKING, Union
from typing import TYPE_CHECKING

from .utils import _get_pyproject

if TYPE_CHECKING:
from typing import Callable
from typing import Callable, Union

# config options can be one of these types...
config_val_type = Union[str, bool, None]
Expand Down

0 comments on commit 96e4220

Please sign in to comment.