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