From 0af83d0e8840bbc51f0cf59095df2c02ebb769a3 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Tue, 23 Feb 2021 10:43:53 -0500 Subject: [PATCH] Fix flake. --- src/allmydata/util/netstring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/util/netstring.py b/src/allmydata/util/netstring.py index 4807fbc93..423b8665b 100644 --- a/src/allmydata/util/netstring.py +++ b/src/allmydata/util/netstring.py @@ -15,7 +15,7 @@ if PY2: from past.builtins import long try: - from typing import Optional, Tuple, List + from typing import Optional, Tuple, List # noqa: F401 except ImportError: pass