Skip to content

Commit 3ea9654

Browse files
committed
fix comment alignment
Signed-off-by: ajshedivy <[email protected]>
1 parent 66abf12 commit 3ea9654

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/bottle-example/sample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from bottle import request, get, post, static_file, route, run, template
55
import ibm_db_dbi as dbi
66
from itoolkit import *
7-
from itoolkit.db2.idb2call import *
8-
import os #for local jobs
7+
from itoolkit.db2.idb2call import * #for local jobs
8+
import os
99

1010
version = tuple(map(int, dbi.__version__.split('.')))
1111
if version < (2, 0, 5, 5):

python/flask-example/sample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
app = Flask(__name__)
66
import ibm_db_dbi as dbi
77
from itoolkit import *
8-
from itoolkit.db2.idb2call import *
9-
import os #for local jobs
8+
from itoolkit.db2.idb2call import * #for local jobs
9+
import os
1010

1111
version = tuple(map(int, dbi.__version__.split('.')))
1212
if version < (2, 0, 5, 5):

0 commit comments

Comments
 (0)