Skip to content

Commit 0113765

Browse files
fix: remove doc string to not override original one
1 parent 115766a commit 0113765

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

capnp/__init__.pyi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
"""Type stubs for pycapnp.
2-
3-
This stub file provides type information for the pycapnp package, enabling
4-
static type checkers to understand the Cap'n Proto Python bindings.
5-
6-
Version: 2.2.1
7-
Compatible with: pycapnp >= 2.0.0
8-
"""
9-
101
from __future__ import annotations
112

123
import asyncio

0 commit comments

Comments
 (0)