mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
PEP8 radio/util/add-issue-links.py
Remove unused imports, fix indentation
This commit is contained in:
parent
b8800ed30e
commit
50d8e21533
1 changed files with 26 additions and 30 deletions
|
@ -4,10 +4,6 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
|
||||||
import traceback
|
|
||||||
import time
|
|
||||||
import re
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,7 +30,7 @@ while True:
|
||||||
|
|
||||||
if not skip:
|
if not skip:
|
||||||
# line = line.strip()
|
# line = line.strip()
|
||||||
#print "line: %s" % line
|
# print("line: %s" % line)
|
||||||
found = re.findall(pattern, line)
|
found = re.findall(pattern, line)
|
||||||
if len(found) > 0:
|
if len(found) > 0:
|
||||||
for issue in found:
|
for issue in found:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue