We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82594e0 commit 1bf2eceCopy full SHA for 1bf2ece
testgres/testgres.py
@@ -96,7 +96,6 @@ def begin(self, isolation_level=0):
96
'repeatable read',
97
'serializable']
98
99
- print(type(isolation_level))
100
# Check if level is int [0..3]
101
if (isinstance(isolation_level, int) and
102
isolation_level in range(0, 4)):
0 commit comments