allow list as a generic container annotation

This commit is contained in:
Jean-Paul Calderone 2023-06-20 08:12:14 -04:00
parent 7257851565
commit 592e77beca

View File

@ -2,6 +2,8 @@
Tests for ``allmydata.scripts.tahoe_run``. Tests for ``allmydata.scripts.tahoe_run``.
""" """
from __future__ import annotations
import re import re
from six.moves import ( from six.moves import (
StringIO, StringIO,