Remove unused import for print_function
A minor fix to https://review.openstack.org/#/c/69234/ which forgets to remove the unused 'from __future__ import print_function' after remove all print function. Change-Id: Iedc925a66fa4dec209cf34ce28b45f768f7bc81d
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from ceilometerclient.common import http
|
||||
from ceilometerclient.tests import utils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user