diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-05 18:03:37 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-06 08:58:23 -0400 |
| commit | 57193b57157b7a42896c887a2d5930493ac7b290 (patch) | |
| tree | 9555453a944caae64d8a00e4b073482d9e7fb244 /server/szuru-admin | |
| parent | c06aaa63af977e64ef08bfba7829214f0f0ed38e (diff) | |
client+server: implement code autoformatting using prettier and black
Diffstat (limited to 'server/szuru-admin')
| -rwxr-xr-x | server/szuru-admin | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/server/szuru-admin b/server/szuru-admin index 6433fde..7abc69c 100755 --- a/server/szuru-admin +++ b/server/szuru-admin @@ -13,8 +13,9 @@ from getpass import getpass from sys import stderr from szurubooru import config, db, errors, model -from szurubooru.func import files, images, \ - posts as postfuncs, users as userfuncs +from szurubooru.func import files, images +from szurubooru.func import posts as postfuncs +from szurubooru.func import users as userfuncs def reset_password(username: str) -> None: |