diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-21 10:43:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-21 10:43:29 +0000 |
commit | 38a2324dc3033125a2b200cb1fca52bf361e0046 (patch) | |
tree | dbc13ecc3cd115311a4510d9dbd23fad63d8f3ab /webui.py | |
parent | 6fe85e8d5b803775cff82e09fb779ec324921e0f (diff) | |
parent | df004be2fc4b2c68adfb75565d97551a1a5e7ed6 (diff) | |
download | stable-diffusion-webui-gfx803-38a2324dc3033125a2b200cb1fca52bf361e0046.tar.gz stable-diffusion-webui-gfx803-38a2324dc3033125a2b200cb1fca52bf361e0046.tar.bz2 stable-diffusion-webui-gfx803-38a2324dc3033125a2b200cb1fca52bf361e0046.zip |
Merge pull request #10580 from akx/add-some-future-annotations
Add some future annotations
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +from __future__ import annotations
+
import os
import sys
import time
|