Skip to content

Commit

Permalink
use Sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Jan 21, 2022
1 parent c495217 commit 376dfe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/black/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
MutableMapping,
Optional,
Pattern,
Sequence,
Set,
Sized,
Tuple,
Expand Down Expand Up @@ -411,7 +412,7 @@ def main(
fast: bool,
pyi: bool,
ipynb: bool,
python_cell_magics: List[str],
python_cell_magics: Sequence[str],
skip_string_normalization: bool,
skip_magic_trailing_comma: bool,
experimental_string_processing: bool,
Expand Down

0 comments on commit 376dfe3

Please sign in to comment.