summaryrefslogtreecommitdiff
path: root/src/silx/gui/utils/concurrent.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/gui/utils/concurrent.py')
-rw-r--r--src/silx/gui/utils/concurrent.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/silx/gui/utils/concurrent.py b/src/silx/gui/utils/concurrent.py
index c27374f..242e804 100644
--- a/src/silx/gui/utils/concurrent.py
+++ b/src/silx/gui/utils/concurrent.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# /*##########################################################################
#
# Copyright (c) 2018 European Synchrotron Radiation Facility
@@ -25,8 +24,6 @@
"""This module allows to run a function in Qt main thread from another thread
"""
-from __future__ import absolute_import
-
__authors__ = ["T. Vincent"]
__license__ = "MIT"
__date__ = "09/03/2018"