Skip to content

Commit a03a13b

Browse files
authored
Address [this comment](#8 (comment)) (#9)
BUG=cleanup
1 parent fc0c910 commit a03a13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
set -ex
2020

2121
pyink --pyink-use-majority-quotes --pyink-indentation 2 --extend-exclude third_party --extend-exclude .downloads ./
22-
isort --profile google --multi-line 7 --skip .downloads ./ --skip venv --skip third_party
22+
isort --profile google --multi-line 7 --skip .downloads --skip venv --skip third_party ./

0 commit comments

Comments
 (0)