Skip to content

Commit

Permalink
docs: thanks Nick Drozd for typing improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Jan 5, 2025
1 parent 57ea8a1 commit a6b8ccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ Naveen Srinivasan
Naveen Yadav
Neil Pilgrim
Nicholas Nadeau
Nick Drozd
Nikita Bloshchanevich
Nikita Sobolev
Nils Kattenbeck
Expand Down
3 changes: 2 additions & 1 deletion coverage/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,8 @@ def copy(self) -> CoverageConfig:
return copy.deepcopy(self)

CONCURRENCY_CHOICES: Final[set[str]] = {
"thread", "gevent", "greenlet", "eventlet", "multiprocessing"}
"thread", "gevent", "greenlet", "eventlet", "multiprocessing"
}

CONFIG_FILE_OPTIONS = [
# These are *args for _set_attr_from_config_option:
Expand Down

0 comments on commit a6b8ccc

Please sign in to comment.