Skip to content

Commit

Permalink
remove from __future__ import print_function
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Sep 21, 2023
1 parent 976ecca commit 91d2c8b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/basic/basic_example1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import print_function
"""Basic example 1 for eFEL"""

import os
Expand Down
2 changes: 0 additions & 2 deletions tests/update_expectedresults.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

"""Test all features on an example trace"""

from __future__ import print_function

"""
Copyright (c) 2015, Blue Brain Project/EPFL
Expand Down
2 changes: 0 additions & 2 deletions tests/update_featurenames.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

"""Update the featurenames json file that contains the expected names"""

from __future__ import print_function

"""
Copyright (c) 2015, Blue Brain Project/EPFL
Expand Down

0 comments on commit 91d2c8b

Please sign in to comment.