Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Jan 20, 2025
1 parent 024d595 commit 6b47e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elephant/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def is_list_neo_spiketrains(obj: object) -> bool:
------
TypeError
If obj is not an iterable, or if any element is not a neo.SpikeTrain.
"""

if not isinstance(obj, collections.abc.Iterable):
Expand Down

0 comments on commit 6b47e0e

Please sign in to comment.