Fix flake8 and isort findings

This commit is contained in:
Ryan Ahearn
2022-11-18 12:39:50 -05:00
parent 2efed403b1
commit 1e7d99e853
3 changed files with 5 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ flask command create-admin-jwt | tail -n 1 | pbcopy
flask command create-user-jwt --token=<USER_API_TOKEN> | tail -n 1 | pbcopy
```
to copy a token usable by the admin UI to your pasteboard. This token will expire in 30 seconds
to copy a token to your pasteboard. This token will expire in 30 seconds
### Disable token expiration checking in development