Skip to content
Snippets Groups Projects
Commit e38ec4a4 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove future imports

parent d7a9a20d
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,6 @@ Pep 386 compliant version info.
(1, 2, 0, 'beta', 2) => "1.2b2"
"""
from __future__ import absolute_import, print_function, division
from os.path import dirname, realpath, join
from setuptools_scm import get_version
......
......@@ -5,7 +5,6 @@
The bar module.
"""
from __future__ import absolute_import, print_function, division
__author__ = "Your Name"
__credits__ = ["The guy in your office", "Tom"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment