diff options
author | Lint Action <[email protected]> | 2022-10-14 02:24:19 +0000 |
---|---|---|
committer | Lint Action <[email protected]> | 2022-10-14 02:24:19 +0000 |
commit | 4455fdca645978d68188cb1e087d076ef4436ce9 (patch) | |
tree | 6d6b0464840e073f33cf66c5c7bc49502f1ec349 | |
parent | 17d9585ea50ef00b96dce7c9114294e433be132f (diff) | |
download | ATRI-4455fdca645978d68188cb1e087d076ef4436ce9.tar.gz ATRI-4455fdca645978d68188cb1e087d076ef4436ce9.tar.bz2 ATRI-4455fdca645978d68188cb1e087d076ef4436ce9.zip |
:rotating_light: 自动进行代码格式化
-rw-r--r-- | ATRI/configs/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/configs/models.py b/ATRI/configs/models.py index e81a633..d0bfd50 100644 --- a/ATRI/configs/models.py +++ b/ATRI/configs/models.py @@ -62,4 +62,4 @@ class RuntimeConfig(BaseModel): gocq_download_domain: str gocq_version: str gocq_webui_username: str - gocq_webui_password: str
\ No newline at end of file + gocq_webui_password: str |