可用的回归测试通过的标准版本
This commit is contained in:
@@ -24,10 +24,10 @@ class NetworkError(AppError):
|
||||
class TimeoutError(NetworkError):
|
||||
pass
|
||||
|
||||
def raise_disk() -> t.CVoid | t.State: pass
|
||||
def raise_disk() -> t.CInt: pass
|
||||
|
||||
def raise_network() -> t.CVoid | t.State: pass
|
||||
def raise_network() -> t.CInt: pass
|
||||
|
||||
def raise_timeout() -> t.CVoid | t.State: pass
|
||||
def raise_timeout() -> t.CInt: pass
|
||||
|
||||
def main() -> t.CInt | t.CExport | t.State: pass
|
||||
def main() -> t.CInt | t.CExport: pass
|
||||
|
||||
Reference in New Issue
Block a user