mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-28 04:22:21 +08:00
fix syntax errors
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
from typing import Optional, Any
|
||||
|
||||
class Random(object):
|
||||
def __init__(self, seed: x: object = None) -> None: ...
|
||||
def __init__(self, seed: x, object = None) -> None: ...
|
||||
def seed(self, x: object = None) -> None: ...
|
||||
def getstate(self) -> tuple: ...
|
||||
def setstate(self, state: tuple) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user