aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-07-09 08:52:14 +0200
committerWojtek Kosior <koszko@koszko.org>2022-07-09 09:04:51 +0200
commit015fecd90c48f7148765dde371c098b4acccfe9a (patch)
tree63430c4705c9198f5c91c3ef3b78d682d1f08776
parent9f36efbf73bf43d2f3ab1be955ecb4ffb1725708 (diff)
downloadimmutables-patch-queue/debian-debian.tar.gz
immutables-patch-queue/debian-debian.zip
remove asterisks used to mark inferred types under certain mypy versionspatch-queue/debian-debian
Gbp-Pq: Name 0003-remove-asterisks-used-to-mark-inferred-types-under-c.patch
-rw-r--r--tests/test-data/check-immu.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-data/check-immu.test b/tests/test-data/check-immu.test
index 4998542..2ee32f1 100644
--- a/tests/test-data/check-immu.test
+++ b/tests/test-data/check-immu.test
@@ -70,4 +70,4 @@ def mutate() -> None:
mm.set('3', '4')
m2 = mm.finish()
- reveal_type(m2) # N: Revealed type is "immutables._map.Map[builtins.str*, builtins.str*]"
+ reveal_type(m2) # N: Revealed type is "immutables._map.Map[builtins.str, builtins.str]"