mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-05 08:42:14 -08:00
Add a couple from __future__ import annotationses for Py3.9 compat
This commit is contained in:
parent
3605407033
commit
df004be2fc
2 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from __future__ import annotations
|
||||
import math
|
||||
import sys
|
||||
import traceback
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue