summaryrefslogtreecommitdiff
path: root/src/silx/gui/plot3d/actions/io.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/gui/plot3d/actions/io.py')
-rw-r--r--src/silx/gui/plot3d/actions/io.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/silx/gui/plot3d/actions/io.py b/src/silx/gui/plot3d/actions/io.py
index 25f4ade..f8a1d86 100644
--- a/src/silx/gui/plot3d/actions/io.py
+++ b/src/silx/gui/plot3d/actions/io.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# /*##########################################################################
#
# Copyright (c) 2016-2021 European Synchrotron Radiation Facility
@@ -27,8 +26,6 @@
It provides QAction to copy, save (snapshot and video), print a Plot3DWidget.
"""
-from __future__ import absolute_import, division
-
__authors__ = ["T. Vincent"]
__license__ = "MIT"
__date__ = "06/09/2017"