Skip to content

Commit

Permalink
Revert "fix for nim-lang/Nim#15545 (#177)" (#178)
Browse files Browse the repository at this point in the history
This reverts commit 67363a2.
  • Loading branch information
yglukhov authored Oct 26, 2020
1 parent 67363a2 commit c9757f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nimpy.nim
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,6 @@ proc nimJsonToPy(node: JsonNode): PPyObject =
decRef vv
if ret != 0:
cannotSerializeErr(k)
else:
doAssert false, "not yet implemented, pending https://github.com/nim-lang/Nim/pull/15545"

# Enum handling
proc nimpyEnumConvert*[T](o: T): int=
Expand Down

0 comments on commit c9757f3

Please sign in to comment.