From 53a39bcc144e46221caee39f49cd753f956b0657 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Thu, 3 Sep 2020 20:40:51 +0200 Subject: udpate setup.py to workaround issue in setuptools https://github.com/pypa/setuptools/issues/2355#issuecomment-685159580 --- anchor.py | 1 - 1 file changed, 1 deletion(-) (limited to 'anchor.py') diff --git a/anchor.py b/anchor.py index aa649f5..d702126 100644 --- a/anchor.py +++ b/anchor.py @@ -1,4 +1,3 @@ - if False: # MYPY from typing import Any, Dict, Optional, List, Union, Optional, Iterator # NOQA -- cgit v1.2.1