fix Dune characters

This commit is contained in:
Will McGugan 2021-02-20 16:39:23 +00:00
parent aaea99f764
commit 6e49efa1a1
4 changed files with 7 additions and 7 deletions

View file

@ -169,9 +169,9 @@ def iter_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]:
"foo": [
3.1427,
(
"Paul Atriedies",
"Paul Atreides",
"Vladimir Harkonnen",
"Thufir Haway",
"Thufir Hawat",
),
],
"atomic": (False, True, None),

View file

@ -599,9 +599,9 @@ if __name__ == "__main__": # pragma: no cover
zed = {
"characters": {
"Paul Atriedies",
"Paul Atreides",
"Vladimir Harkonnen",
"Thufir Haway",
"Thufir Hawat",
"Duncan Idaho",
},
"atomic_types": (None, False, True),

File diff suppressed because one or more lines are too long

View file

@ -7,9 +7,9 @@ DATA = {
"bar": [None, (False, True)] * 2,
"Dune": {
"names": {
"Paul Atriedies",
"Paul Atreides",
"Vladimir Harkonnen",
"Thufir Haway",
"Thufir Hawat",
"Duncan Idaho",
}
},