Skip to content

Commit a05ea96

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 971c56f commit a05ea96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/test-data/irbuild-classes.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ def fn2() -> NewClassMethod:
16901690
class NotTransformed:
16911691
def __new__(cls, val: int) -> Any:
16921692
return super().__new__(str)
1693-
1693+
16941694
@classmethod
16951695
def factory(cls, val: int) -> NotTransformed:
16961696
return super().__new__(cls)
@@ -1826,7 +1826,7 @@ def fn2() -> NewClassMethod:
18261826
class NotTransformed:
18271827
def __new__(cls, val: int) -> Any:
18281828
return object.__new__(str)
1829-
1829+
18301830
@classmethod
18311831
def factory(cls, val: int) -> NotTransformed:
18321832
return object.__new__(cls)

0 commit comments

Comments
 (0)