Skip to content

Commit

Permalink
fixup! fixup! Drop support for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hunse committed Nov 24, 2020
1 parent cbb5bd7 commit 76e81df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion nengo_dl/neuron_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import contextlib
import logging
import warnings
from collections import OrderedDict

import numpy as np
import tensorflow as tf
Expand Down
1 change: 0 additions & 1 deletion nengo_dl/process_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import contextlib
import logging
from collections import OrderedDict

import numpy as np
import tensorflow as tf
Expand Down
1 change: 0 additions & 1 deletion nengo_dl/tests/test_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import logging
import pickle
import sys
from collections import OrderedDict

import nengo
import numpy as np
Expand Down

0 comments on commit 76e81df

Please sign in to comment.