Apply reorder-python-imports to all files

This commit is contained in:
Anthony Sottile
2018-10-25 00:01:29 -07:00
parent f6dfca7182
commit 2368fbb63c
109 changed files with 730 additions and 425 deletions

View File

@@ -2,9 +2,13 @@
Invoke development tasks.
"""
import argparse
from colorama import init, Fore
from pathlib import Path
from subprocess import check_output, check_call, call
from subprocess import call
from subprocess import check_call
from subprocess import check_output
from colorama import Fore
from colorama import init
def announce(version):