Skip to content

Commit bc1383a

Browse files
authored
Merge pull request more-itertools#350 from keisheiled/patch-1
add __init__.pyi stub Fixes more-itertools#349
2 parents 6870b81 + 59eaf92 commit bc1383a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

more_itertools/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from more_itertools.more import * # noqa
2-
from more_itertools.recipes import * # noqa
1+
from .more import * # noqa
2+
from .recipes import * # noqa

more_itertools/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .more import *
2+
from .recipes import *

0 commit comments

Comments
 (0)