Skip to content

Commit

Permalink
Remove "from __future__ import print_function"
Browse files Browse the repository at this point in the history
  • Loading branch information
lhupfeldt committed Feb 6, 2021
1 parent 75b4afe commit a17b8a3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions demo/basic.py
Expand Up @@ -5,8 +5,6 @@

# Just a simple flow

from __future__ import print_function

from jenkinsflow.flow import serial

import demo_security as security
Expand Down
1 change: 0 additions & 1 deletion jobload.py
@@ -1,7 +1,6 @@
# Copyright (c) 2012 - 2015 Lars Hupfeldt Nielsen, Hupfeldt IT
# All rights reserved. This work is under a BSD license, see LICENSE.TXT.

from __future__ import print_function
from .jenkins_api import UnknownJobException

try:
Expand Down
1 change: 0 additions & 1 deletion test/framework/mock_api.py
@@ -1,7 +1,6 @@
# Copyright (c) 2012 - 2015 Lars Hupfeldt Nielsen, Hupfeldt IT
# All rights reserved. This work is under a BSD license, see LICENSE.TXT.

from __future__ import print_function
import os
from os.path import join as jp
from collections import OrderedDict
Expand Down
1 change: 0 additions & 1 deletion test/framework/test/lines_in_test.py
@@ -1,7 +1,6 @@
# Copyright (c) 2012 - 2015 Lars Hupfeldt Nielsen, Hupfeldt IT
# All rights reserved. This work is under a BSD license, see LICENSE.TXT.

from __future__ import print_function
import re

from ..lines_in import lines_in
Expand Down

0 comments on commit a17b8a3

Please sign in to comment.