Sort imports according to PEP8 for 'script' folder (#29790)
This commit is contained in:
parent
3a28361beb
commit
5cb6d1b21f
36 changed files with 69 additions and 67 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
"""Helper script to bump the current version."""
|
||||
import argparse
|
||||
from datetime import datetime
|
||||
import re
|
||||
import subprocess
|
||||
from datetime import datetime
|
||||
|
||||
from packaging.version import Version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue