Skip to content

Commit

Permalink
Remove unnecessary future imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bbc2 committed Jul 13, 2021
1 parent 9292074 commit 4617e39
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/dotenv/ipython.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

from IPython.core.magic import Magics, line_magic, magics_class # type: ignore
from IPython.core.magic_arguments import (argument, magic_arguments, # type: ignore
parse_argstring) # type: ignore
Expand Down
2 changes: 0 additions & 2 deletions src/dotenv/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import absolute_import, print_function, unicode_literals

import io
import logging
import os
Expand Down
2 changes: 0 additions & 2 deletions tests/test_ipython.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import unicode_literals

import os

import mock
Expand Down
2 changes: 0 additions & 2 deletions tests/test_main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import unicode_literals

import io
import logging
import os
Expand Down

0 comments on commit 4617e39

Please sign in to comment.