Skip to content

Commit

Permalink
fix codacy complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippPlank committed Jul 31, 2024
1 parent 47ff887 commit 88be52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lava/magma/compiler/subcompilers/py/pyproc_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(
self._spike_io_counter_offset: Offset = Offset()

def compile(self, channel_map: ChannelMap,
partitioning: ty.Dict = {}) -> ChannelMap:
partitioning: ty.Dict = None) -> ChannelMap:
return self._update_channel_map(channel_map)

def __del__(self):
Expand Down

0 comments on commit 88be52e

Please sign in to comment.