Files
pallectrum/electrum
SomberNight 7354feeffe follow-up fix tests: logic typo
follow-up https://github.com/spesmilo/electrum/pull/7202

defaultdict[int] is a type!

```
>>> from collections import defaultdict
>>> d = defaultdict[int]
>>> d[2]
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: There are no type variables left in collections.defaultdict[int]
```

Also, prior to py3.9, it is a TypeError.
2021-12-17 15:21:21 +01:00
..
2021-02-17 17:28:13 +01:00
2021-12-17 15:21:21 +01:00
2021-04-30 19:43:53 +02:00
2020-06-23 19:25:07 +02:00
2020-08-20 18:58:52 +02:00
2021-10-27 16:27:15 +02:00
2021-11-05 19:57:39 +01:00
2020-06-05 13:17:01 +02:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2021-04-08 19:49:43 +02:00
2021-03-21 00:36:23 -04:00
2021-09-15 16:41:41 +02:00
2021-09-24 17:36:33 +02:00
2021-03-21 00:36:23 -04:00
2021-07-15 14:52:25 +00:00
2021-09-27 10:31:44 +02:00
2021-07-16 11:27:36 +02:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2021-05-06 19:47:22 +09:00
2020-10-23 02:17:31 +00:00
2021-06-22 19:24:16 +02:00
2021-10-27 16:27:15 +02:00
2021-07-19 17:19:06 +02:00