Skip to content

Commit

Permalink
Rename stubs to .pyi; remove pytest stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörn Heissler committed Mar 18, 2023
1 parent 2653c62 commit c75590b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 27 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 0 additions & 18 deletions stubs/asn1crypto/pem.py

This file was deleted.

8 changes: 8 additions & 0 deletions stubs/asn1crypto/pem.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from collections.abc import Mapping
from typing import Optional

def unarmor(pem_bytes: bytes) -> tuple[str, dict[str, str], bytes]:
...

def armor(type_name: str, der_bytes: bytes, headers: Optional[Mapping[str, str]] = None) -> bytes:
...
File renamed without changes.
9 changes: 0 additions & 9 deletions stubs/pytest/__init__.py

This file was deleted.

0 comments on commit c75590b

Please sign in to comment.