Skip to content

Commit c191359

Browse files
authored
Add missing object
1 parent f87fde7 commit c191359

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test-data/unit/fixtures/literal__new__.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
from typing import Literal, Protocol, overload
22

3+
class object:
4+
def __init__(self) -> None: pass
5+
36
class str: pass
47
class dict: pass
58
class float: pass

0 commit comments

Comments
 (0)