Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
code-health: remove print compatibility wrapper
__future__ .print_function brings Python 3 print to Python 2 [1].

1. https://docs.python.org/2/reference/simple_stmts.html#future
  • Loading branch information
DifferentialOrange committed Oct 6, 2022
commit 08c243341d21ae584b6eb25105caf8363c02c9ea
2 changes: 0 additions & 2 deletions test/suites/lib/remote_tarantool_server.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import os
import random
Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_datetime.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import re
import unittest
Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_dbapi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import unittest

Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_decimal.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import unittest
import decimal
Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_dml.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import unittest
import tarantool
Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_encoding.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import unittest
import tarantool
Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_execute.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import unittest

Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_interval.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import re
import sys
import unittest
Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_mesh.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import unittest
import warnings
Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_pool.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import time
import unittest
Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_protocol.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import unittest
from tarantool.utils import greeting_decode, version_id
Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_reconnect.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import unittest
import warnings
Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_schema.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import unittest
import tarantool
Expand Down
2 changes: 0 additions & 2 deletions test/suites/test_uuid.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import sys
import unittest
import uuid
Expand Down