Skip to content

Commit 0eb4896

Browse files
Fix typo
1 parent e291d61 commit 0eb4896

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/library-tests/frameworks/oracledb

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import oracledb
22

3-
connection = oracledb.connect(user=u"username", password="password", dsn="connectstring")
3+
connection = oracledb.connect(user="username", password="password", dsn="connectstring")
44
cursor = connection.cursor()
55
cursor.execute("some sql") # $ getSql="some sql"

0 commit comments

Comments
 (0)