pentagram-lang / pentagram

A small programming language built to be kind, clear, and powerful [design & prototyping phase]
MIT License
1 stars 1 forks source link

Remove __future__.annotations imports with Python 3.11 #6

Open dcecile opened 2 years ago

dcecile commented 2 years ago

Use isort --rm 'from __future__ import annotations' .