Skip to content

Commit

Permalink
Fix type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Sep 14, 2020
1 parent 34cf441 commit 3759e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_toolbox/installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def conda_installation(
else:
raise ValueError("No username supplied for the Anaconda installation instructions.")

lines: StringList[str] = StringList()
lines: StringList = StringList()
lines.indent_type = " "

if "conda-channels" in options:
Expand Down

0 comments on commit 3759e7c

Please sign in to comment.