Update default.py

I put generator_stop and annotations in the future statement
This commit is contained in:
troyboyee 2025-04-05 14:21:19 -04:00 committed by GitHub
parent 12139feb66
commit 8af8cd2b84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
#################################################################################################