mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
autoflake ./ -r --remove-unused-variables --remove-all-unused-imports --in-place
|
||
|
isort -rc .
|