Make fix_style executable

This commit is contained in:
def 2020-09-10 22:58:30 +02:00
parent a4025a37d4
commit ecdf648930

2
scripts/fix_style.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from collections import defaultdict
import re
import subprocess