We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453c633 commit e566a08Copy full SHA for e566a08
1 file changed
zmq/sugar/frame.py
@@ -3,6 +3,8 @@
3
# Copyright (C) PyZMQ Developers
4
# Distributed under the terms of the Modified BSD License.
5
6
+from __future__ import annotations
7
+
8
from typing import Literal, overload
9
10
import zmq
0 commit comments