Skip to content

Commit

Permalink
remove redundant 'get' in dict
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Jul 9, 2018
1 parent 09207e9 commit 7be025a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pynwb/ecephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ class LFP(MultiContainerInterface):
'add': 'add_electrical_series',
'get': 'get_electrical_series',
'create': 'create_electrical_series',
'get': 'get_electrical_series'
}

__help = ("LFP data from one or more channels. Filter properties "
Expand Down

0 comments on commit 7be025a

Please sign in to comment.