From e73562c6f14d1d71a9fea174d58465e1b13f68af Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Tue, 9 Mar 2021 09:02:50 +0100 Subject: remove python 2 specific code add future deprecation warning to old style functions --- anchor.py | 1 + 1 file changed, 1 insertion(+) (limited to 'anchor.py') diff --git a/anchor.py b/anchor.py index d702126..a501416 100644 --- a/anchor.py +++ b/anchor.py @@ -1,3 +1,4 @@ +# coding: utf-8 if False: # MYPY from typing import Any, Dict, Optional, List, Union, Optional, Iterator # NOQA -- cgit v1.2.1