Skip to content

Commit

Permalink
minor2
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Aug 22, 2024
1 parent 0e18bce commit 80769f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/jpypetest/test_sql_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
import datetime
import decimal
import threading
from unittest import SkipTest

import pytest

import common

Check notice

Code scanning / CodeQL

Module is imported with 'import' and 'import from' Note test

Module 'common' is imported with both 'import' and 'import from'.
import jpype

Check notice

Code scanning / CodeQL

Module is imported with 'import' and 'import from' Note test

Module 'jpype' is imported with both 'import' and 'import from'.
import jpype.dbapi2 as dbapi2
from jpype import java
from jpype.types import *
from jpype.types import JArray, JByte

try:
import zlib
Expand Down

0 comments on commit 80769f6

Please sign in to comment.