Skip to content

Commit 1a643a0

Browse files
authored
Merge pull request #190 from YuriiMaiboroda/patch-1
Fix import types from `common`
2 parents 9950013 + f7f643e commit 1a643a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyyoutube/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from .channel_section import * # noqa
88
from .comment import * # noqa
99
from .comment_thread import * # noqa
10+
from .common import * # noqa
1011
from .i18n import * # noqa
1112
from .member import * # noqa
1213
from .memberships_level import * # noqa

0 commit comments

Comments
 (0)