ignore isort

pull/637/head
zhengjie.xu 2024-01-19 16:50:54 +08:00 committed by GitHub
parent ab0377f0e4
commit 3d9d5381f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Please run with the command `streamlit run path/to/web_demo.py --server.address=
Using `python path/to/web_demo.py` may cause unknown problems.
"""
# isort: skip_file
import copy
import warnings
from dataclasses import asdict, dataclass