Skip to content

Commit e566a08

Browse files
committed
Fix typing compatibility with Python 3.9 (EOL, btw)
1 parent 453c633 commit e566a08

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

zmq/sugar/frame.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Copyright (C) PyZMQ Developers
44
# Distributed under the terms of the Modified BSD License.
55

6+
from __future__ import annotations
7+
68
from typing import Literal, overload
79

810
import zmq

0 commit comments

Comments
 (0)