Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable use of f-strings in Python 3.6.
CPython 3.6 has f-strings: ``` Python 3.6.13 |Anaconda, Inc.| (default, Jun 4 2021, 14:25:59) [GCC 7.5.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> f"hello" 'hello' ```
- Loading branch information