mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-09 19:05:09 +00:00
Update default.py
I put generator_stop and annotations in the future statement
This commit is contained in:
parent
12139feb66
commit
8af8cd2b84
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import division, absolute_import, print_function, unicode_literals
|
||||
from __future__ import division, absolute_import, print_function, unicode_literals, generator_stop, annotations
|
||||
|
||||
#################################################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue