Commit f7f643e
authored
Fix import common
Most types from `common.py` can be obtained directly from `pyyoutube`. But `Thumbnail`, `Topic` and `PageInfo` are only available through `pyyoutube.models.common`.
Adding this import fixes this problem.1 parent 61d0a4d commit f7f643e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments