Skip to content

Commit 009df2a

Browse files
committed
fix: remove superfluous 'from __future__' imports
Python 2 is not supported Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
1 parent 124bb48 commit 009df2a

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

jacklib/api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
# -------------------------------------------------------------------------------------------------
1919
# Imports (Global)
2020

21-
from __future__ import absolute_import, print_function, unicode_literals
22-
2321
from collections import namedtuple
2422
from ctypes import (
2523
ARRAY,

jacklib/helpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
# -------------------------------------------------------------------------------------------------
1919
# Try Import jacklib
2020

21-
from __future__ import absolute_import, print_function, unicode_literals
22-
2321
from . import api as jacklib
2422

2523
# -------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)