Skip to content

Commit

Permalink
Remove unnecessary python future import
Browse files Browse the repository at this point in the history
  • Loading branch information
peterscherpelz committed Jun 28, 2021
1 parent 6cb3817 commit 0b637b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mewarpx/tests/test_package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""Test basic package aspects"""
from __future__ import print_function

# Native python imports
from builtins import next
import csv
Expand Down

0 comments on commit 0b637b5

Please sign in to comment.