Skip to content

Commit

Permalink
Merge pull request #674 from oduwsdl/remove-futures
Browse files Browse the repository at this point in the history
Remove futures
  • Loading branch information
machawk1 authored Jun 25, 2020
2 parents a8230f2 + 58c19f3 commit 81f53b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ipwb/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
JSON block corresponding to the archived URI.
"""

from __future__ import print_function
import sys
import os
import json
Expand Down
1 change: 0 additions & 1 deletion ipwb/replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
navigating their captures.
"""

from __future__ import print_function
import sys
import os
import ipfshttpclient4ipwb as ipfsapi
Expand Down
2 changes: 0 additions & 2 deletions ipwb/util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

from os.path import expanduser
from os.path import basename

Expand Down

0 comments on commit 81f53b5

Please sign in to comment.