summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2020-04-08 23:57:32 +0200
committerNejc Habjan <nejc.habjan@siemens.com>2020-08-22 19:30:20 +0200
commit402566a665dfdf0862f15a7e59e4d804d1301c77 (patch)
treed2567bed86b65d38afe283bb1fb7b74a062dadf3 /gitlab/v4/objects.py
parentcfa80974a1e767928016e3935d2fd94d4ab705c1 (diff)
downloadgitlab-402566a665dfdf0862f15a7e59e4d804d1301c77.tar.gz
chore: remove remnants of python2 imports
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r--gitlab/v4/objects.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index 2f3e8a5..2a3615f 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -15,8 +15,6 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from __future__ import print_function
-from __future__ import absolute_import
import base64
from gitlab.base import * # noqa