Skip to content

Commit 6ca38f0

Browse files
authored
Import future annotations in __init__.py
Added future annotations import for type hinting.
1 parent b96fbfc commit 6ca38f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/cyphersyntax/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""Authenticated secure-messaging primitives for CypherSyntax."""
22

3+
from __future__ import annotations
4+
35
from .errors import (
46
CypherSyntaxError,
57
EnvelopeError,

0 commit comments

Comments
 (0)