diff --git a/goodconf/__init__.py b/goodconf/__init__.py index 8e32570..f6075b2 100644 --- a/goodconf/__init__.py +++ b/goodconf/__init__.py @@ -1,6 +1,7 @@ """ Transparently load variables from environment or JSON/YAML file. """ + # Note: the following line is included to ensure Python3.9 compatibility. from __future__ import annotations