summaryrefslogtreecommitdiff
path: root/src/silx/gui/plot3d/items/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/gui/plot3d/items/core.py')
-rw-r--r--src/silx/gui/plot3d/items/core.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/silx/gui/plot3d/items/core.py b/src/silx/gui/plot3d/items/core.py
index 0388ce7..5fbe62c 100644
--- a/src/silx/gui/plot3d/items/core.py
+++ b/src/silx/gui/plot3d/items/core.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# /*##########################################################################
#
# Copyright (c) 2017-2021 European Synchrotron Radiation Facility
@@ -25,8 +24,6 @@
"""This module provides the base class for items of the :class:`.SceneWidget`.
"""
-from __future__ import absolute_import
-
__authors__ = ["T. Vincent"]
__license__ = "MIT"
__date__ = "15/11/2017"