Skip to content

Commit

Permalink
fix: Typing in python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Apr 10, 2024
1 parent ccf2acc commit 521a4f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/get_contacts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env python3

from __future__ import annotations

from typing import Any

from pylookyloo import Lookyloo
Expand Down

0 comments on commit 521a4f1

Please sign in to comment.