Admin: Fix ruff warning (#7474)

This commit is contained in:
Akira Noda 2024-03-16 04:51:25 +09:00 committed by GitHub
parent 69fc969e98
commit a125b3cdce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ lint:
format: format:
black moto/ tests/ black moto/ tests/
ruff --fix moto/ tests/ ruff check --fix moto/ tests/
test-only: test-only:
rm -f .coverage rm -f .coverage