Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vlado committed Apr 29, 2019
1 parent 0bc0653 commit f63d1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def default_ctx(cls, val):
DeprecationWarning)
cls._default_ctx.value = val
#pylint: enable=no-self-argument

def release_all(self):
dev_type = ctypes.c_int(self.device_typeid)
dev_id = ctypes.c_int(self.device_id)
Expand Down

0 comments on commit f63d1d1

Please sign in to comment.