Skip to content

Commit afacf80

Browse files
authored
Add future annotations import to penv.py
1 parent e6b5515 commit afacf80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pioinstaller/penv.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from __future__ import annotations
16+
1517
import hashlib
1618
import json
1719
import logging

0 commit comments

Comments
 (0)