Skip to content

Commit 4617e39

Browse files
committed
Remove unnecessary future imports
1 parent 9292074 commit 4617e39

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

src/dotenv/ipython.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import print_function
2-
31
from IPython.core.magic import Magics, line_magic, magics_class # type: ignore
42
from IPython.core.magic_arguments import (argument, magic_arguments, # type: ignore
53
parse_argstring) # type: ignore

src/dotenv/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import, print_function, unicode_literals
2-
31
import io
42
import logging
53
import os

tests/test_ipython.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import unicode_literals
2-
31
import os
42

53
import mock

tests/test_main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import unicode_literals
2-
31
import io
42
import logging
53
import os

0 commit comments

Comments
 (0)