Skip to content

Commit

Permalink
Update type hints in build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 19, 2021
1 parent 97c4adc commit a4f38bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repo_helper/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# 3rd party
import click
from consolekit.terminal_colours import Fore, resolve_color_default
from consolekit.terminal_colours import Fore, resolve_color_default, ColourTrilean
from domdf_python_tools.paths import PathPlus, traverse_to_file
from domdf_python_tools.typing import PathLike
from domdf_python_tools.utils import divide
Expand Down Expand Up @@ -79,7 +79,7 @@ def __init__(
out_dir: Optional[PathLike] = None,
*,
verbose: bool = False,
colour: bool = None,
colour: ColourTrilean = None,
):

warnings.warn(
Expand Down

0 comments on commit a4f38bd

Please sign in to comment.