From 521a4f1412ac48f59bd0d5d47621bfc5da31f0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 11 Apr 2024 00:27:19 +0200 Subject: [PATCH] fix: Typing in python 3.8. --- examples/get_contacts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/get_contacts.py b/examples/get_contacts.py index 8f75349..8cb26c3 100644 --- a/examples/get_contacts.py +++ b/examples/get_contacts.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +from __future__ import annotations + from typing import Any from pylookyloo import Lookyloo