mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-07 16:20:56 -08:00
Merge pull request #10580 from akx/add-some-future-annotations
Add some future annotations
This commit is contained in:
commit
38a2324dc3
2 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from __future__ import annotations
|
||||
import math
|
||||
import sys
|
||||
import traceback
|
||||
|
|
|
|||
2
webui.py
2
webui.py
|
|
@ -1,3 +1,5 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue