radare2: update.py should be formatted with black now

This commit is contained in:
Jörg Thalheim 2018-08-22 11:48:13 +01:00
parent dc8cae21a8
commit 36d8beb426

View File

@ -2,7 +2,7 @@
#!nix-shell -p nix -p python3 -p git -i python
# USAGE - just run the script: ./update.py
# When editing this file, make also sure it passes the mypy typecheck
# and is formatted with yapf.
# and is formatted with black.
import fileinput
import json
import re