diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-27 20:23:16 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-27 20:23:16 +0300 |
commit | 20ae71faa8ef035c31aa3a410b707d792c8203a3 (patch) | |
tree | aaeb395a3c910984f6e75998d33ba745e38e9ba6 /modules/ui_tempdir.py | |
parent | 6095ade1479d5f86f5fc62872af1efde922905dc (diff) |
fix linter issue for 1.3.0
Diffstat (limited to 'modules/ui_tempdir.py')
-rw-r--r-- | modules/ui_tempdir.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/ui_tempdir.py b/modules/ui_tempdir.py index 7f6b42ae..9fc7d764 100644 --- a/modules/ui_tempdir.py +++ b/modules/ui_tempdir.py @@ -3,7 +3,6 @@ import tempfile from collections import namedtuple
from pathlib import Path
-import gradio as gr
import gradio.components
from PIL import PngImagePlugin
|