Skip to content

Commit

Permalink
fix comment alignment
Browse files Browse the repository at this point in the history
Signed-off-by: ajshedivy <[email protected]>
  • Loading branch information
ajshedivy committed Sep 12, 2022
1 parent 66abf12 commit 3ea9654
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/bottle-example/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from bottle import request, get, post, static_file, route, run, template
import ibm_db_dbi as dbi
from itoolkit import *
from itoolkit.db2.idb2call import *
import os #for local jobs
from itoolkit.db2.idb2call import * #for local jobs
import os

version = tuple(map(int, dbi.__version__.split('.')))
if version < (2, 0, 5, 5):
Expand Down
4 changes: 2 additions & 2 deletions python/flask-example/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
app = Flask(__name__)
import ibm_db_dbi as dbi
from itoolkit import *
from itoolkit.db2.idb2call import *
import os #for local jobs
from itoolkit.db2.idb2call import * #for local jobs
import os

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

0 comments on commit 3ea9654

Please sign in to comment.