aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-27 09:00:47 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-07-27 09:00:47 +0300
commit91a131aa6ca26d35f7879d8240e4f6e321130160 (patch)
treefa18026185307218c88d51b7c1e9f27d8f1d01a7
parent0cb9711a157a78576f196498f4adf2b809c207fc (diff)
update lora extension to work with python 3.8
-rw-r--r--extensions-builtin/Lora/network.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions-builtin/Lora/network.py b/extensions-builtin/Lora/network.py
index 8ecfa29a..0a18d69e 100644
--- a/extensions-builtin/Lora/network.py
+++ b/extensions-builtin/Lora/network.py
@@ -1,3 +1,4 @@
+from __future__ import annotations
import os
from collections import namedtuple
import enum