Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 50e7c2c

Browse files
author
Jaquier Aurélien Tristan
committed
remove __future__ imports
1 parent f7fd66d commit 50e7c2c

File tree

8 files changed

+74
-2276
lines changed

8 files changed

+74
-2276
lines changed

bluepyopt/deapext/tools/selIBEA.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""IBEA selector"""
22

3-
from __future__ import division
4-
53
from past.builtins import xrange # pylint: disable=W0622
64

75
"""

bluepyopt/ephys/serializer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
'''Mixin class to make dictionaries'''
2-
from __future__ import unicode_literals
3-
from __future__ import print_function
4-
from __future__ import division
5-
from __future__ import absolute_import
62

73
# Disabling lines below, generate error when loading ephys.examples
84
# from future import standard_library

bluepyopt/ipyp/bpopt_tasksdb.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""Get stats out of ipyparallel's tasks.db"""
22

3-
from __future__ import print_function
4-
53
"""
64
Copyright (c) 2016-2020, EPFL/Blue Brain Project
75

examples/graupnerbrunelstdp/run_fit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
# pylint: disable=R0914
44

5-
from __future__ import print_function
6-
75
import pickle
86
import bluepyopt as bpop
97
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)