Skip to content

Commit

Permalink
remove __future__ imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Oct 5, 2023
1 parent f7fd66d commit 50e7c2c
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 2,276 deletions.
2 changes: 0 additions & 2 deletions bluepyopt/deapext/tools/selIBEA.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""IBEA selector"""

from __future__ import division

from past.builtins import xrange # pylint: disable=W0622

"""
Expand Down
4 changes: 0 additions & 4 deletions bluepyopt/ephys/serializer.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
'''Mixin class to make dictionaries'''
from __future__ import unicode_literals
from __future__ import print_function
from __future__ import division
from __future__ import absolute_import

# Disabling lines below, generate error when loading ephys.examples
# from future import standard_library
Expand Down
2 changes: 0 additions & 2 deletions bluepyopt/ipyp/bpopt_tasksdb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""Get stats out of ipyparallel's tasks.db"""

from __future__ import print_function

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

# pylint: disable=R0914

from __future__ import print_function

import pickle
import bluepyopt as bpop
import matplotlib.pyplot as plt
Expand Down
Loading

0 comments on commit 50e7c2c

Please sign in to comment.