Skip to content

Commit

Permalink
Remove imports from __future__
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Jun 18, 2018
1 parent 37784c1 commit 21cb2b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion blessings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""A thin, practical wrapper around terminal coloring, styling, and
positioning"""

from __future__ import absolute_import
from contextlib import contextmanager
import curses
from curses import setupterm, tigetnum, tigetstr, tparm
Expand Down
2 changes: 0 additions & 2 deletions blessings/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
xterm-256color exists.
"""
from __future__ import with_statement # Make 2.5-compatible
from __future__ import absolute_import
from curses import tigetstr, tparm
from functools import partial
import sys
Expand Down

0 comments on commit 21cb2b0

Please sign in to comment.