isort: Reformat using isort.
This commit is contained in:
parent
37e2596124
commit
5580c68ae5
162 changed files with 539 additions and 444 deletions
10
tools/deploy
10
tools/deploy
|
@ -1,14 +1,14 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from typing import Any, List, Dict, Callable
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import sys
|
||||
import argparse
|
||||
import zipfile
|
||||
import textwrap
|
||||
import requests
|
||||
import urllib.parse
|
||||
import zipfile
|
||||
from typing import Any, Callable, Dict, List
|
||||
|
||||
import requests
|
||||
from requests import Response
|
||||
|
||||
red = '\033[91m' # type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue