mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-27 12:02:19 +08:00
Unbreak CI (#6093)
* Temporarily remove `cachetools` stubs. They will be added back soon, and meanwhile they will continue to be available on pypi. * Remove `filelock.logger()` (no longer exists in filelock 3.2) * Delete `OpenSSL.crypto` from stubtest whitelist Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
version = "0.1"
|
||||
version = "3.2"
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
import sys
|
||||
from logging import Logger
|
||||
from types import TracebackType
|
||||
from typing import Type
|
||||
|
||||
def logger() -> Logger: ...
|
||||
|
||||
class Timeout(TimeoutError):
|
||||
def __init__(self, lock_file: str) -> None: ...
|
||||
def __str__(self) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user